org.jvnet.hk2.component.matcher
Class WildcardMatcher
java.lang.Object
org.jvnet.hk2.component.matcher.WildcardMatcher
public class WildcardMatcher
- extends Object
Simple wildcard matcher used as part of RFC 2254 type LDAP searches.
- Author:
- Jeff Trent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WildcardMatcher
public WildcardMatcher(String pattern)
matches
public boolean matches(String text)
Copyright © 2011 Oracle Corporation. All Rights Reserved.