org.jclouds.filesystem.predicates.validators.internal
Class FilesystemBlobKeyValidatorImpl

java.lang.Object
  extended by org.jclouds.predicates.Validator<String>
      extended by org.jclouds.filesystem.predicates.validators.FilesystemBlobKeyValidator
          extended by 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

Constructor Summary
FilesystemBlobKeyValidatorImpl()
           
 
Method Summary
 void validate(String name)
          Validates the parameter
 
Methods inherited from class org.jclouds.predicates.Validator
apply
 
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
 

Constructor Detail

FilesystemBlobKeyValidatorImpl

public FilesystemBlobKeyValidatorImpl()
Method Detail

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.