Class DnsNameValidator
- Direct Known Subclasses:
ContainerNameValidator
Validates name for dns-style names
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IllegalArgumentException
protected com.google.common.base.CharMatcher
void
Validates the parameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Predicate
equals
-
Constructor Details
-
DnsNameValidator
@Inject public DnsNameValidator(@Named("jclouds.dns_name_length_min") int min, @Named("jclouds.dns_name_length_max") int max)
-
-
Method Details