public class SDRFValidator extends AbstractValidator<SDRF>
| Constructor and Description | 
|---|
SDRFValidator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
validate(SDRF sdrf)
Perform validation of the supplied validator source. 
 | 
void | 
validate(SDRF sdrf,
        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(SDRF sdrf) throws ValidateException
Validatorsdrf - the generically typed datamodel object to validateValidateException - if the supplied source could not be validatedpublic void validate(SDRF sdrf, ExecutorService service)
AbstractValidatorCopyright © 2014. All rights reserved.