Package | Description |
---|---|
org.apache.commons.validator.routines |
This package contains independant validation routines.
|
Modifier and Type | Method and Description |
---|---|
static DomainValidator.ArrayType |
DomainValidator.ArrayType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DomainValidator.ArrayType[] |
DomainValidator.ArrayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
DomainValidator.updateTLDOverride(DomainValidator.ArrayType table,
java.lang.String[] tlds)
Update one of the TLD override arrays.
|