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
.
RegexpFactory
public RegexpFactory()
Constructor for RegexpFactory
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.
- the matcher instance
BuildException
- on error
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.