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(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 String[] |
DomainValidator.getTLDEntries(DomainValidator.ArrayType table)
Get a copy of the internal array.
|
static void |
DomainValidator.updateTLDOverride(DomainValidator.ArrayType table,
String[] tlds)
Update one of the TLD override arrays.
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.