org.jclouds.filesystem.predicates.validators.internal
Class FilesystemBlobKeyValidatorImpl
java.lang.Object
org.jclouds.predicates.Validator<String>
org.jclouds.filesystem.predicates.validators.FilesystemBlobKeyValidator
org.jclouds.filesystem.predicates.validators.internal.FilesystemBlobKeyValidatorImpl
- All Implemented Interfaces:
- com.google.common.base.Predicate<String>
public class FilesystemBlobKeyValidatorImpl
- extends FilesystemBlobKeyValidator
Validates name for filesystem container blob keys implementation
- Author:
- Alfredo "Rainbowbreeze" Morresi
- See Also:
InputParamValidator
,
Validator
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 |
FilesystemBlobKeyValidatorImpl
public FilesystemBlobKeyValidatorImpl()
validate
public void validate(String name)
throws IllegalArgumentException
- Description copied from class:
Validator
- Validates the parameter
- Specified by:
validate
in class Validator<String>
- Parameters:
name
- parameter to be validated
- Throws:
IllegalArgumentException
- if validation failed
Copyright © 2009-2011 jclouds. All Rights Reserved.