Package org.apache.tools.ant.util.regexp


package org.apache.tools.ant.util.regexp
  • Interface Summary
    Interface
    Description
    Interface which represents a regular expression, and the operations that can be performed on it.
    Interface describing a regular expression matcher.
  • Class Summary
    Class
    Description
    Implementation of RegexpMatcher for Jakarta-ORO.
    Regular expression implementation using the Jakarta Oro package
    Implementation of RegexpMatcher for Jakarta-Regexp.
    Regular expression implementation using the Jakarta Regexp package
    Implementation of RegexpMatcher for the built-in regexp matcher of JDK 1.4.
    Regular expression implementation using the JDK 1.4 regular expression package
    Regular expression factory, which will create Regexp objects.
    Simple Factory Class that produces an implementation of RegexpMatcher based on the system property ant.regexp.regexpimpl and the classes available.
    Regular expression utilities class which handles flag operations.