Uses of Class
jenkins.org.apache.commons.validator.routines.DomainValidator.ArrayType
-
Packages that use DomainValidator.ArrayType Package Description jenkins.org.apache.commons.validator.routines -
-
Uses of DomainValidator.ArrayType in jenkins.org.apache.commons.validator.routines
Methods in jenkins.org.apache.commons.validator.routines that return DomainValidator.ArrayType Modifier and Type Method Description static DomainValidator.ArrayTypeDomainValidator.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.Methods in jenkins.org.apache.commons.validator.routines with parameters of type DomainValidator.ArrayType Modifier and Type Method 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 voidDomainValidator. updateTLDOverride(DomainValidator.ArrayType table, String[] tlds)Update one of the TLD override arrays.Constructors in jenkins.org.apache.commons.validator.routines with parameters of type DomainValidator.ArrayType Constructor Description Item(DomainValidator.ArrayType type, String[] values)
-