org.jvnet.hk2.component.matcher
Class WildcardMatcher

java.lang.Object
  extended by 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

Constructor Summary
WildcardMatcher(String pattern)
           
 
Method Summary
 boolean matches(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildcardMatcher

public WildcardMatcher(String pattern)
Method Detail

matches

public boolean matches(String text)


Copyright © 2011 Oracle Corporation. All Rights Reserved.