ant.regexp.regexpimpl
and the classes available.
In a more general framework this class would be abstract and have a static newInstance method.
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected RegexpMatcher | Returns: aRegexpMatcher valuea className)String valueCreate an instance of a matcher from a classname. |
public RegexpMatcher | |
public RegexpMatcher | Returns: the matcherProject whose ant.regexp.regexpimpl property will be used. p)Create a new regular expression instance. |
public static boolean | Returns: true if available otherwise false The project to check for (may be project)null )Checks if a RegExp-Matcher is available. |
protected void |
RegexpMatcherFactory | back to summary |
---|---|
public RegexpMatcherFactory() |
createInstance | back to summary |
---|---|
protected RegexpMatcher createInstance(String className) throws BuildException Create an instance of a matcher from a classname.
|
newRegexpMatcher | back to summary |
---|---|
public RegexpMatcher newRegexpMatcher() throws BuildException Create a new regular expression instance.
|
newRegexpMatcher | back to summary |
---|---|
public RegexpMatcher newRegexpMatcher(Project p) throws BuildException Create a new regular expression instance.
|
regexpMatcherPresent | back to summary |
---|---|
public static boolean regexpMatcherPresent(Project project) Checks if a RegExp-Matcher is available.
|
testAvailability | back to summary |
---|---|
protected void testAvailability(String className) throws BuildException Test if a particular class is available to be used.
|