org.pentaho.di.job.entry.validator
Class AbstractFileValidator

java.lang.Object
  extended by org.pentaho.di.job.entry.validator.AbstractFileValidator
All Implemented Interfaces:
JobEntryValidator
Direct Known Subclasses:
FileDoesNotExistValidator, FileExistsValidator

public abstract class AbstractFileValidator
extends Object
implements JobEntryValidator


Field Summary
 
Fields inherited from interface org.pentaho.di.job.entry.validator.JobEntryValidator
KEY_LEVEL_ON_FAIL
 
Constructor Summary
AbstractFileValidator()
           
 
Method Summary
static void putVariableSpace(ValidatorContext context, org.pentaho.di.core.variables.VariableSpace variableSpace)
           
static ValidatorContext putVariableSpace(org.pentaho.di.core.variables.VariableSpace variableSpace)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.di.job.entry.validator.JobEntryValidator
getName, validate
 

Constructor Detail

AbstractFileValidator

public AbstractFileValidator()
Method Detail

putVariableSpace

public static ValidatorContext putVariableSpace(org.pentaho.di.core.variables.VariableSpace variableSpace)

putVariableSpace

public static void putVariableSpace(ValidatorContext context,
                                    org.pentaho.di.core.variables.VariableSpace variableSpace)