Package | Description |
---|---|
student.testingsupport |
Modifier and Type | Method and Description |
---|---|
static StringNormalizer.StandardRule |
StringNormalizer.StandardRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringNormalizer.StandardRule[] |
StringNormalizer.StandardRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StringNormalizer.add(StringNormalizer.StandardRule rule)
Add the specified standard rule, as defined in
StringNormalizer.StandardRule . |
void |
StringNormalizer.remove(StringNormalizer.StandardRule rule)
Remove the specified standard rule, as defined in
StringNormalizer.StandardRule . |
static StringNormalizer.NormalizerRule |
StringNormalizer.standardRule(StringNormalizer.StandardRule rule)
Retrieve a standard rule by name.
|
Constructor and Description |
---|
StringNormalizer(StringNormalizer.StandardRule... rules)
Creates a new StringNormalizer object containing the given
set of rules.
|