Class AntPathMatcher.AntPatternComparator
Inheritance
System.Object
AntPathMatcher.AntPatternComparator
Assembly: Steeltoe.Common.dll
Syntax
protected class AntPatternComparator : IComparer<string>
Constructors
|
Edit this page
View Source
AntPatternComparator(String)
Declaration
public AntPatternComparator(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Methods
|
Edit this page
View Source
Compare(String, String)
Declaration
public int Compare(string pattern1, string pattern2)
Parameters
Type |
Name |
Description |
System.String |
pattern1 |
|
System.String |
pattern2 |
|
Returns
Type |
Description |
System.Int32 |
|