Uses of Class
org.apache.commons.validator.routines.DomainValidator.ArrayType
-
Packages that use DomainValidator.ArrayType Package Description org.apache.commons.validator.routines This package contains independant validation routines. -
-
Uses of DomainValidator.ArrayType in org.apache.commons.validator.routines
Methods in org.apache.commons.validator.routines that return DomainValidator.ArrayType Modifier and Type Method Description static DomainValidator.ArrayTypeDomainValidator.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.Methods in org.apache.commons.validator.routines with parameters of type DomainValidator.ArrayType Modifier and Type Method Description static java.lang.String[]DomainValidator. getTLDEntries(DomainValidator.ArrayType table)Get a copy of the internal array.static voidDomainValidator. updateTLDOverride(DomainValidator.ArrayType table, java.lang.String[] tlds)Update one of the TLD override arrays.
-