Table of Contents

Class AntPathMatcher.AntPathStringMatcher

Namespace
Steeltoe.Common.Util
Assembly
Steeltoe.Common.dll
protected class AntPathMatcher.AntPathStringMatcher
Inheritance
AntPathMatcher.AntPathStringMatcher
Inherited Members

Constructors

AntPathStringMatcher(string)

public AntPathStringMatcher(string pattern)

Parameters

pattern string

AntPathStringMatcher(string, bool)

public AntPathStringMatcher(string pattern, bool caseSensitive)

Parameters

pattern string
caseSensitive bool

Methods

MatchStrings(string, IDictionary<string, string>)

public bool MatchStrings(string str, IDictionary<string, string> uriTemplateVariables)

Parameters

str string
uriTemplateVariables IDictionary<string, string>

Returns

bool