public final class GlobMatcher
extends Object
Matches glob string patters
See https://en.wikipedia.org/wiki/Glob_(programming)
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
GlobMatcher 
public GlobMatcher(String patternStr)
-
Method Details 
-
matches 
public boolean matches(String input)
- Parameters:
input
- to check
- Returns:
- matches pattern or not