Package | Description |
---|---|
org.apache.commons.validator.routines |
This package contains independant validation routines.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
static java.lang.String[] |
DomainValidator.getTLDEntries(DomainValidator.ArrayType table) |
Get a copy of the internal array.
|
static void |
DomainValidator.updateTLDOverride(DomainValidator.ArrayType table,
java.lang.String[] tlds) |
Update one of the TLD override arrays.
|
Copyright © 2002–2018. All rights reserved.