Regular expression factory, which will create Regexp objects. The
actual implementation class depends on the System or Ant Property:
ant.regexp.regexpimpl.
createRegexpInstance(String classname) Wrapper over RegexpMatcherFactory.createInstance that ensures that
we are dealing with a Regexp implementation.
Parameters: classname - the name of the class to use.
Wrapper over RegexpMatcherFactory.createInstance that ensures that
we are dealing with a Regexp implementation.
Parameters: classname - the name of the class to use. the instance. throws: BuildException - if there is a problem. since: 1.3 See Also:RegexpMatcherFactory.createInstance(String)
Create a new regular expression matcher instance.
Parameters: p - Project whose ant.regexp.regexpimpl property will be used. the matcher instance throws: BuildException - on error
Methods inherited from org.apache.tools.ant.util.regexp.RegexpMatcherFactory