public class RegexpFactory extends RegexpMatcherFactory
izpack.regexp.regexpimpl.| Constructor and Description |
|---|
RegexpFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected Regexp |
createRegexpInstance(String classname)
Wrapper over RegexpMatcherFactory.createInstance that ensures that
we are dealing with a Regexp implementation.
|
Regexp |
newRegexp()
Create a new regular expression matcher instance.
|
createInstance, newRegexpMatcher, testAvailabilitypublic Regexp newRegexp() throws RuntimeException
org.apache.tools.ant.BuildException - on errorRuntimeExceptionprotected Regexp createRegexpInstance(String classname) throws RuntimeException
RuntimeExceptionRegexpMatcherFactory.createInstance(String)Copyright © 2001–2025. All rights reserved.