org.cagrid.installer.validator
Class PathExistsValidator

java.lang.Object
  extended by org.cagrid.installer.validator.PathExistsValidator
All Implemented Interfaces:
Validator

public class PathExistsValidator
extends java.lang.Object
implements Validator

Author:
Joshua Phillips

Constructor Summary
PathExistsValidator(java.lang.String propertyName)
           
PathExistsValidator(java.lang.String propertyName, java.lang.String message)
           
 
Method Summary
 void validate(java.util.Map state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathExistsValidator

public PathExistsValidator(java.lang.String propertyName)

PathExistsValidator

public PathExistsValidator(java.lang.String propertyName,
                           java.lang.String message)
Method Detail

validate

public void validate(java.util.Map state)
              throws InvalidStateException
Specified by:
validate in interface Validator
Throws:
InvalidStateException