Uses of Enum Class
jenkins.org.apache.commons.validator.routines.DomainValidator.ArrayType
-
Uses of DomainValidator.ArrayType in jenkins.org.apache.commons.validator.routines
Modifier and TypeMethodDescriptionstatic DomainValidator.ArrayType
Returns the enum constant of this class with the specified name.static DomainValidator.ArrayType[]
DomainValidator.ArrayType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionString[]
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.