Class AbstractFileValidator
- java.lang.Object
-
- 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
Constructors Constructor Description AbstractFileValidator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
static ValidatorContext
putVariableSpace(org.pentaho.di.core.variables.VariableSpace variableSpace)
static void
putVariableSpace(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, wait
-
Methods inherited from interface org.pentaho.di.job.entry.validator.JobEntryValidator
getName, validate
-
-
-
-
Method Detail
-
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)
-
-