| Package | Description |
|---|---|
| com.izforge.izpack.util.regex |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Regexp
Interface which represents a regular expression, and the operations
that can be performed on it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaRegexp
Regular expression implementation using the JDK 1.4 regular expression package
|
class |
JavaRegexpMatcher
Implementation of RegexpMatcher for the built-in regexp matcher of
JDK 1.4.
|
| Modifier and Type | Method and Description |
|---|---|
protected RegexpMatcher |
RegexpMatcherFactory.createInstance(String className)
Create an instance of a matcher from a classname.
|
RegexpMatcher |
RegexpMatcherFactory.newRegexpMatcher()
Create a new regular expression instance.
|
Copyright © 2001–2025. All rights reserved.