| 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 |
|---|---|
String[] |
DomainValidator.getOverrides(DomainValidator.ArrayType table)
Get a copy of an instance level internal array.
|
static String[] |
DomainValidator.getTLDEntries(DomainValidator.ArrayType table)
Get a copy of a class level internal array.
|
static void |
DomainValidator.updateTLDOverride(DomainValidator.ArrayType table,
String[] tlds)
Update one of the TLD override arrays.
|
| Constructor and Description |
|---|
Item(DomainValidator.ArrayType type,
String[] values) |
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.