JavaScript is disabled on your browser.
All Implemented Interfaces:
com.google.common.base.Predicate<String >
Direct Known Subclasses:
AWSS3BucketNameValidator
public class BucketNameValidator
extends Validator <String >
Validates name for S3 buckets. The complete requirements are listed at:
http://docs.amazonwebservices.com/AmazonS3/latest/index.html?BucketRestrictions.html
See Also: InputParamValidator
,
Validator
Method Summary
Methods
Modifier and Type
Method and Description
void
validate (String name)
Validates the parameter
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
Copyright © 2009-2016 The Apache Software Foundation . All Rights Reserved.