Save This Page
Home » commons-digester-1.8-src » org.apache.commons » digester » [javadoc | source]
org.apache.commons.digester
public class: SimpleRegexMatcher [javadoc | source]
java.lang.Object
   org.apache.commons.digester.RegexMatcher
      org.apache.commons.digester.SimpleRegexMatcher

Simple regex pattern matching algorithm.

This uses just two wildcards:

Escaping these wildcards is not supported .

Method from org.apache.commons.digester.SimpleRegexMatcher Summary:
getLog,   match,   setLog
Methods from org.apache.commons.digester.RegexMatcher:
match
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.digester.SimpleRegexMatcher Detail:
 public Log getLog() 
    Gets the Log implementation.
 public boolean match(String basePattern,
    String regexPattern) 
    Matches using simple regex algorithm.
 public  void setLog(Log log) 
    Sets the current Log implementation used by this class.