Class PatternMatcher

java.lang.Object
com.evolveum.midpoint.util.PatternMatcher

@Experimental public class PatternMatcher extends Object
Matches a string against a set of patterns that can be either in "naive" format, using "*" as a wildcard, or in regex format. The regex format is used when the string is in the form of ~/.../.
  • Method Details