Package org.jboss.as.jdr.util
Class WildcardPattern
- java.lang.Object
-
- org.jboss.as.jdr.util.WildcardPattern
-
public class WildcardPattern extends Object
Simple wildcard matcher for *- Author:
- csams@redhat.com Date: 11/6/12
-
-
Constructor Summary
Constructors Constructor Description WildcardPattern(String pattern)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(String target)static booleanmatches(String pattern, String target)
-