Class AbstractFileValidator
java.lang.Object
org.pentaho.di.job.entry.validator.AbstractFileValidator
- All Implemented Interfaces:
JobEntryValidator
- Direct Known Subclasses:
FileDoesNotExistValidator,FileExistsValidator
-
Field Summary
Fields inherited from interface org.pentaho.di.job.entry.validator.JobEntryValidator
KEY_LEVEL_ON_FAIL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.pentaho.di.core.variables.VariableSpacegetVariableSpace(org.pentaho.di.core.CheckResultSourceInterface source, String propertyName, List<org.pentaho.di.core.CheckResultInterface> remarks, ValidatorContext context) static ValidatorContextputVariableSpace(org.pentaho.di.core.variables.VariableSpace variableSpace) static voidputVariableSpace(ValidatorContext context, org.pentaho.di.core.variables.VariableSpace variableSpace) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.pentaho.di.job.entry.validator.JobEntryValidator
getName, validate
-
Constructor Details
-
AbstractFileValidator
public AbstractFileValidator()
-
-
Method Details
-
putVariableSpace
public static ValidatorContext putVariableSpace(org.pentaho.di.core.variables.VariableSpace variableSpace) -
getVariableSpace
protected org.pentaho.di.core.variables.VariableSpace getVariableSpace(org.pentaho.di.core.CheckResultSourceInterface source, String propertyName, List<org.pentaho.di.core.CheckResultInterface> remarks, ValidatorContext context) -
putVariableSpace
public static void putVariableSpace(ValidatorContext context, org.pentaho.di.core.variables.VariableSpace variableSpace)
-