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 class
AWSS3BucketNameValidator
Validates 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 class
BlockIdValidator
Validates Block IDs used in Put Block: "A valid Base64 string value that identifies the block.class
ContainerNameValidator
Validates 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 class
AzureNameValidator
Validates 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. groupValidator
Constructors 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 class
FilesystemBlobKeyValidator
Validates name for filesystem container blob keysclass
FilesystemContainerNameValidator
Validates 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 class
FilesystemBlobKeyValidatorImpl
Validates name for filesystem container blob keys implementationclass
FilesystemContainerNameValidatorImpl
Validates 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 class
AllLowerCaseValidator
Validates that the string parameter doesn't have any uppercase letters.class
DnsNameValidator
Validates 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 class
BucketNameValidator
Validates name for S3 buckets.
-