Package | Description |
---|---|
org.pentaho.di.job.entry.validator |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileValidator |
class |
AndValidator
Boolean ANDs the results of all validators.
|
class |
EmailValidator |
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.
|
class |
IntegerValidator
Fails if a field's value is not an integer.
|
class |
LongValidator |
class |
NotBlankValidator
Fails if the field's value is either
null , an empty string, or a string containing only whitespace. |
class |
NotNullValidator
Fails if a field's value is
null . |
Modifier and Type | Method and Description |
---|---|
static ValidatorContext |
AndValidator.putValidators(JobEntryValidator... validators)
Uses varargs to conveniently add validators to the list of validators consumed by
AndValidator . |
static void |
AndValidator.putValidators(ValidatorContext context,
JobEntryValidator... validators)
Uses varargs to conveniently add validators to the list of validators consumed by
AndValidator . |
Copyright © 2018 Hitachi Vantara. All rights reserved.