public abstract static class AntTaskAttributeConstraint.Checker extends Object
AntTaskAttributeConstraint.value()
base classConstructor and Description |
---|
Checker() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
check(Task task,
TaskConfigurationChecker checker,
String name,
Object value)
Method to validate an attribute value.
|
public Checker()
protected abstract void check(Task task, TaskConfigurationChecker checker, String name, Object value)
task
- The Task
that owns and is validating
the attribute.checker
- The TaskConfigurationChecker
to
report violations.name
- The name of the attribute.value
- The attribute value.Copyright © 2015–2020 Allen D. Ball. All rights reserved.