public static class NotNull.Checker extends AntTaskAttributeConstraint.Checker
Constructor and Description |
---|
Checker() |
Modifier and Type | Method and Description |
---|---|
protected void |
check(Task task,
TaskConfigurationChecker checker,
String name,
Object value)
Method to validate an attribute value.
|
public Checker()
protected void check(Task task, TaskConfigurationChecker checker, String name, Object value)
AntTaskAttributeConstraint.Checker
check
in class AntTaskAttributeConstraint.Checker
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. All rights reserved.