Package sonia.scm.util
Class GlobUtil
java.lang.Object
sonia.scm.util.GlobUtil
Util for pattern matching with glob
(http://en.wikipedia.org/wiki/Glob_%28programming%29) syntax.
- Since:
- 1.8
-
Method Summary
-
Method Details
-
convertGlobToRegEx
Converts the given glob string to a regular expression string. -
matches
Returns true if the glob string matches the given value.- Parameters:
glob
- glob patternvalue
- string value
-