- All Implemented Interfaces:
com.google.common.base.Predicate<String>
, Predicate<String>
Validates name for azure entities
https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
Methods 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
-
AzureNameValidator
public AzureNameValidator()
-
Method Details
-
validate
public void validate(String name)
Validates the parameter
- Specified by:
validate
in class Validator<String>
- Parameters:
name
- parameter to be validated
-