| Package | Description | 
|---|---|
| org.pentaho.di.job.entry.validator | 
| Class and 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 either  
null, an empty string, or a string containing only whitespace. | 
| NotNullValidator
 Fails if a field's value is  
null. | 
| ValidatorContext | 
Copyright © 2020 Hitachi Vantara. All rights reserved.