org.jwall.web.audit.util
Class WildcardPattern

java.lang.Object
  extended by org.jwall.web.audit.util.WildcardPattern

public class WildcardPattern
extends Object


Constructor Summary
WildcardPattern(String pattern)
           
 
Method Summary
 boolean matches(String input)
           
static boolean matches(String pattern, String input)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildcardPattern

public WildcardPattern(String pattern)
Method Detail

matches

public boolean matches(String input)

matches

public static boolean matches(String pattern,
                              String input)
See Also:
Condition.matches(java.lang.String, java.lang.String)


Copyright © 2012 jwall.org. All Rights Reserved.