Uses of Package
org.pentaho.di.job.entry.validator
-
Packages that use org.pentaho.di.job.entry.validator Package Description org.pentaho.di.job.entry.validator -
Classes in org.pentaho.di.job.entry.validator used by org.pentaho.di.job.entry.validator Class Description 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 eithernull
, an empty string, or a string containing only whitespace.NotNullValidator Fails if a field's value isnull
.ValidatorContext