Package ball.util.ant.taskdefs
Class NotEmpty.Checker
- java.lang.Object
-
- ball.util.ant.taskdefs.AntTaskAttributeConstraint.Checker
-
- ball.util.ant.taskdefs.NotEmpty.Checker
-
- Enclosing class:
- NotEmpty
public static class NotEmpty.Checker extends AntTaskAttributeConstraint.Checker
-
-
Constructor Summary
Constructors Constructor Description Checker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheck(Task task, TaskConfigurationChecker checker, String name, Object value)Method to validate an attribute value.
-
-
-
Constructor Detail
-
Checker
public Checker()
-
-
Method Detail
-
check
protected void check(Task task, TaskConfigurationChecker checker, String name, Object value)
Description copied from class:AntTaskAttributeConstraint.CheckerMethod to validate an attribute value.- Specified by:
checkin classAntTaskAttributeConstraint.Checker- Parameters:
task- TheTaskthat owns and is validating the attribute.checker- TheTaskConfigurationCheckerto report violations.name- The name of the attribute.value- The attribute value.
-
-