Package org.netxms.base
Class Glob
java.lang.Object
org.netxms.base.Glob
Glob matcher
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Globpublic Glob()
 
- 
- 
Method Details- 
matchMatch string against glob- Parameters:
- pattern- glob
- string- string to match
- Returns:
- true if string matches glob
 
- 
matchIgnoreCaseMatch string against glob ignoring characters case- Parameters:
- pattern- glob
- string- string to match
- Returns:
- true if string matches glob
 
 
-