org.apache.tools.ant.util.regexp
Class RegexpFactory
public class RegexpFactory
Regular expression factory, which will create Regexp objects. The
actual implementation class depends on the System or Ant Property:
ant.regexp.regexpimpl
.
Version:
RegexpFactory
public RegexpFactory()
newRegexp
public Regexp newRegexp()
throws BuildException
Create a new regular expression matcher instance.
newRegexp
public Regexp newRegexp(Project p)
throws BuildException
Create a new regular expression matcher instance.
p
- Project whose ant.regexp.regexpimpl property will be used.
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.