Uses of Class
org.pentaho.di.job.entry.validator.AbstractFileValidator
-
Packages that use AbstractFileValidator Package Description org.pentaho.di.job.entry.validator -
-
Uses of AbstractFileValidator in org.pentaho.di.job.entry.validator
Subclasses of AbstractFileValidator in org.pentaho.di.job.entry.validator Modifier and Type Class Description class
FileDoesNotExistValidator
Fails if a field's value is a filename and the file does not exist.class
FileExistsValidator
Fails if a field's value is a filename and the file does not exist.
-