public class IDFValidator extends AbstractValidator<IDF>
| Constructor and Description | 
|---|
IDFValidator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
validate(IDF idf)
Perform validation of the supplied validator source. 
 | 
void | 
validate(IDF idf,
        ExecutorService service)
This default implementation ignored the supplied service and executes tasks in a linear manner,  This is retained
 to preserve backwards compatibility with the 1.0 release. 
 | 
addErrorItemListener, addProgressListener, fireErrorItemEvent, fireValidationCompletedEvent, fireValidationEvent, fireValidationFailedEvent, fireValidationStartedEvent, getErrorItemListeners, getLog, getProgressListeners, removeErrorItemListener, removeProgressListenerpublic void validate(IDF idf) throws ValidateException
Validatoridf - the generically typed datamodel object to validateValidateException - if the supplied source could not be validatedpublic void validate(IDF idf, ExecutorService service)
AbstractValidatorCopyright © 2014. All rights reserved.