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 void
check(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.Checker
Method to validate an attribute value.- Specified by:
check
in classAntTaskAttributeConstraint.Checker
- Parameters:
task
- TheTask
that owns and is validating the attribute.checker
- TheTaskConfigurationChecker
to report violations.name
- The name of the attribute.value
- The attribute value.
-
-