java.lang.Objectorg.apache.commons.digester.RegexMatcher
org.apache.commons.digester.SimpleRegexMatcher
Simple regex pattern matching algorithm.
This uses just two wildcards:
* matches any sequence of none, one or more characters
? matches any one character
1.5 - | 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: |
|---|
Log implementation. |
|
Log implementation used by this class. |