Uses of Enum Class
jenkins.org.apache.commons.validator.routines.DomainValidator.ArrayType
Packages that use DomainValidator.ArrayType
-
Uses of DomainValidator.ArrayType in jenkins.org.apache.commons.validator.routines
Methods in jenkins.org.apache.commons.validator.routines that return DomainValidator.ArrayTypeModifier and TypeMethodDescriptionstatic DomainValidator.ArrayTypeReturns 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.Methods in jenkins.org.apache.commons.validator.routines with parameters of type DomainValidator.ArrayTypeModifier 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 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