Package tomp.ext.validator

Interface Summary
ErrorDetector The ErrorDetector has only one method isOK() that provides info whether the validation was successful, i.e. whether the Source was valid.
Validator The Validator has only one method boolean validate(Source source) that tests the validity of the source and provides info whether the validation was successful, i.e. whether the Source was valid.