Class DnsNameValidator
- Direct Known Subclasses:
 ContainerNameValidator
Validates name for dns-style names
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected IllegalArgumentExceptionprotected com.google.common.base.CharMatchervoidValidates the parameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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