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 IllegalArgumentException
exception(String name, String reason)
void
validate(String name)
Validates the parameter
-
-
-
Method Detail
-
validate
public void validate(String name)
Description copied from class:Validator
Validates the parameter
-
exception
protected IllegalArgumentException exception(String name, String reason)
-
-