Uses of Class
org.jclouds.predicates.Validator
-
-
Uses of Validator in org.jclouds.aws.s3.predicates.validators
Subclasses of Validator in org.jclouds.aws.s3.predicates.validators Modifier and Type Class Description classAWSS3BucketNameValidatorValidates name for AWS S3 buckets. -
Uses of Validator in org.jclouds.azureblob.predicates.validators
Subclasses of Validator in org.jclouds.azureblob.predicates.validators Modifier and Type Class Description classBlockIdValidatorValidates Block IDs used in Put Block: "A valid Base64 string value that identifies the block.classContainerNameValidatorValidates name for Azure container. -
Uses of Validator in org.jclouds.azurecompute.arm.compute.config
Subclasses of Validator in org.jclouds.azurecompute.arm.compute.config Modifier and Type Class Description classAzureNameValidatorValidates name for azure entities https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions -
Uses of Validator in org.jclouds.compute.internal
Fields in org.jclouds.compute.internal declared as Validator Modifier and Type Field Description protected Validator<String>FormatSharedNamesAndAppendUniqueStringToThoseWhichRepeat. groupValidatorConstructors in org.jclouds.compute.internal with parameters of type Validator Constructor Description FormatSharedNamesAndAppendUniqueStringToThoseWhichRepeat(String prefix, char delimiter, com.google.common.base.Supplier<String> suffixSupplier, Validator<String> groupValidator) -
Uses of Validator in org.jclouds.filesystem.predicates.validators
Subclasses of Validator in org.jclouds.filesystem.predicates.validators Modifier and Type Class Description classFilesystemBlobKeyValidatorValidates name for filesystem container blob keysclassFilesystemContainerNameValidatorValidates container name for filesystem provider -
Uses of Validator in org.jclouds.filesystem.predicates.validators.internal
Subclasses of Validator in org.jclouds.filesystem.predicates.validators.internal Modifier and Type Class Description classFilesystemBlobKeyValidatorImplValidates name for filesystem container blob keys implementationclassFilesystemContainerNameValidatorImplValidates container name for filesystem provider implementation -
Uses of Validator in org.jclouds.predicates.validators
Subclasses of Validator in org.jclouds.predicates.validators Modifier and Type Class Description classAllLowerCaseValidatorValidates that the string parameter doesn't have any uppercase letters.classDnsNameValidatorValidates name for dns-style names -
Uses of Validator in org.jclouds.rest.annotations
Methods in org.jclouds.rest.annotations that return types with arguments of type Validator Modifier and Type Method Description Class<? extends Validator<?>>[]value() -
Uses of Validator in org.jclouds.s3.predicates.validators
Subclasses of Validator in org.jclouds.s3.predicates.validators Modifier and Type Class Description classBucketNameValidatorValidates name for S3 buckets.
-