|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Replacer.Modificator | |
|---|---|
| org.javasimon.utils | Java Simon supporting utilities and tools. |
| Uses of Replacer.Modificator in org.javasimon.utils |
|---|
| Fields in org.javasimon.utils declared as Replacer.Modificator | |
|---|---|
private Replacer.Modificator[] |
Replacer.modificators
|
| Methods in org.javasimon.utils that return Replacer.Modificator | |
|---|---|
static Replacer.Modificator |
Replacer.Modificator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Replacer.Modificator[] |
Replacer.Modificator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.javasimon.utils with parameters of type Replacer.Modificator | |
|---|---|
private void |
Replacer.processModificators(Replacer.Modificator... modificators)
|
| Constructors in org.javasimon.utils with parameters of type Replacer.Modificator | |
|---|---|
Replacer(String from,
String to,
Replacer.Modificator... modificators)
Creates the replacer with from->to regex specification. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||