Class DomainValidator.Item
- java.lang.Object
-
- jenkins.org.apache.commons.validator.routines.DomainValidator.Item
-
- Enclosing class:
- DomainValidator
public static class DomainValidator.Item extends Object
Used to specify overrides when creating a new class.- Since:
- 1.7
-
-
Constructor Detail
-
Item
public Item(DomainValidator.ArrayType type, String[] values)
- Parameters:
type
- ArrayType, e.g. GENERIC_PLUS, LOCAL_PLUSvalues
- array of TLDs. Will be lower-cased and sorted
-
-