Package org.l2x6.cq.maven
Class PatternSet
- java.lang.Object
-
- org.l2x6.cq.maven.PatternSet
-
public class PatternSet extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PatternSetempty()booleanmatchesAny(String string)
-
-
-
Method Detail
-
empty
public static PatternSet empty()
-
matchesAny
public boolean matchesAny(String string)
-
-