|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValidatingDecorator
This defines a task decorator that should be validated when validating the task's other configuration.
Method Summary | |
---|---|
void |
validate(Report r,
Collection<String> errs)
Validate the task decorator and add errors to errs . |
Method Detail |
---|
void validate(Report r, Collection<String> errs)
errs
.
r
- The current Report
. Just like for
AbstractTask.validate(Report)
, no validation errors should be
logged to this. (They are logged later on.)errs
- A collection of error messages. Add validation error messages
to this.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |