Class BucketNameValidator
java.lang.Object
org.jclouds.predicates.Validator<String>
org.jclouds.s3.predicates.validators.BucketNameValidator
Validates name for S3 buckets. The complete requirements are listed at:
http://docs.amazonwebservices.com/AmazonS3/latest/index.html?BucketRestrictions.html
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jclouds.predicates.Validator
apply, testMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Predicate
equals
-
Constructor Details
-
BucketNameValidator
@Inject public BucketNameValidator()
-
-
Method Details
-
validate
- Specified by:
validatein classorg.jclouds.predicates.Validator<String>
-