public static class NotEmpty.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.Checkercheck in class AntTaskAttributeConstraint.Checkertask - 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.