See: Description
Interface | Description |
---|---|
AnnotatedAntTask | |
AntTaskLogMethods |
Interface to provide common default logging methods for
Task s. |
AntTaskMixIn |
Marker interface to indicate sub-interfaces should only be implemented by
a
Task . |
ClasspathDelegateAntTask |
Interface to provide common default methods for
Task s that implement the syntax described in
ClasspathUtils.Delegate . |
ConfigurableAntTask |
Provides default
Task.init() method to initialize Task
attributes from project properties. |
PropertySetterAntTask |
Interface to provide common default methods for
Task s that may
assign property values. |
Annotation Type | Description |
---|---|
AntLib | |
AntTask | |
AntTaskAttributeConstraint |
JSR303-inspired Ant Task attribute constraint annotation.
|
NotEmpty |
AntTaskAttributeConstraint annotation to indicate that an
attribute cannot be an empty Collection . |
NotNull |
AntTaskAttributeConstraint annotation to indicate that an
attribute cannot be null . |
Copyright © 2015–2020 Allen D. Ball. All rights reserved.