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

java.lang.Object
  extended by org.jclouds.predicates.Validator<String>
      extended by org.jclouds.filesystem.predicates.validators.FilesystemContainerNameValidator
          extended by org.jclouds.filesystem.predicates.validators.internal.FilesystemContainerNameValidatorImpl
All Implemented Interfaces:
com.google.common.base.Predicate<String>

public class FilesystemContainerNameValidatorImpl
extends FilesystemContainerNameValidator

Validates container name for filesystem provider implementation

Author:
Alfredo "Rainbowbreeze" Morresi
See Also:
InputParamValidator, Validator

Constructor Summary
FilesystemContainerNameValidatorImpl()
           
 
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

FilesystemContainerNameValidatorImpl

public FilesystemContainerNameValidatorImpl()
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.