Class AzureNameValidator
- java.lang.Object
 - 
- org.jclouds.predicates.Validator<String>
 - 
- org.jclouds.azurecompute.arm.compute.config.AzureNameValidator
 
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AzureNameValidator() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IllegalArgumentExceptionexception(String name, String reason)voidvalidate(String name)Validates the parameter 
 - 
 
- 
- 
Method Detail
- 
validate
public void validate(String name)
Description copied from class:ValidatorValidates the parameter 
- 
exception
protected IllegalArgumentException exception(String name, String reason)
 
 - 
 
 -