Uses of Package
org.pentaho.di.job.entry.validator

Packages that use org.pentaho.di.job.entry.validator
org.pentaho.di.job.entry.validator   
 

Classes in org.pentaho.di.job.entry.validator used by org.pentaho.di.job.entry.validator
AbstractFileValidator
           
AndValidator
          Boolean ANDs the results of all validators.
EmailValidator
           
FileDoesNotExistValidator
          Fails if a field's value is a filename and the file does not exist.
FileExistsValidator
          Fails if a field's value is a filename and the file does not exist.
IntegerValidator
          Fails if a field's value is not an integer.
JobEntryValidator
          The interface of a job entry validator.
LongValidator
           
NotBlankValidator
          Fails if the field's value is either null, an empty string, or a string containing only whitespace.
NotNullValidator
          Fails if a field's value is null.
ValidatorContext