org.apache.tools.ant.util.regexp |
|
Java Source File Name | Type | Comment |
JakartaOroMatcher.java | Class | Implementation of RegexpMatcher for Jakarta-ORO. |
JakartaOroMatcherTest.java | Class | Tests for the jakarta-oro implementation of the RegexpMatcher interface. |
JakartaOroRegexp.java | Class | |
JakartaOroRegexpTest.java | Class | Tests for the jakarta-oro implementation of the Regexp interface. |
JakartaRegexpMatcher.java | Class | Implementation of RegexpMatcher for Jakarta-Regexp. |
JakartaRegexpMatcherTest.java | Class | Tests for the jakarta-regexp implementation of the RegexpMatcher interface. |
JakartaRegexpRegexp.java | Class | |
JakartaRegexpRegexpTest.java | Class | Tests for the jakarta-regexp implementation of the Regexp interface. |
Jdk14RegexpMatcher.java | Class | Implementation of RegexpMatcher for the built-in regexp matcher of
JDK 1.4. |
Jdk14RegexpMatcherTest.java | Class | Tests for the JDK 1.4 implementation of the RegexpMatcher interface. |
Jdk14RegexpRegexp.java | Class | |
Jdk14RegexpRegexpTest.java | Class | Tests for the JDK 1.4 implementation of the Regexp interface. |
Regexp.java | Interface | Interface which represents a regular expression, and the operations
that can be performed on it. |
RegexpFactory.java | Class | Regular expression factory, which will create Regexp objects. |
RegexpMatcher.java | Interface | Interface describing a regular expression matcher. |
RegexpMatcherFactory.java | Class | Simple Factory Class that produces an implementation of
RegexpMatcher based on the system property
ant.regexp.regexpimpl and the classes
available. |
RegexpMatcherTest.java | Class | Tests for all implementations of the RegexpMatcher interface. |
RegexpTest.java | Class | Tests for all implementations of the Regexp interface. |
RegexpUtil.java | Class | Regular expression utilities class which handles flag operations. |