org.apache.tools.ant.module.api |
Examination and execution of Ant build scripts.
Few modules outside of the Ant module suite will need to use this package.
|
Java Source File Name | Type | Comment |
AntProjectCookie.java | Interface | Cookie containing the state of an Ant Project. |
AntTargetExecutor.java | Class | Executes an Ant target or list of targets asynchronously inside NetBeans. |
ElementCookie.java | Interface | Represents something with an associated Document Object Model element. |
IntrospectedInfo.java | Class | Represents Ant-style introspection info for a set of classes.
There should be one instance which is loaded automatically
from defaults.properties files, i.e. |
IntrospectedInfoTest.java | Class | Test functionality of IntrospectedInfo. |
IntrospectionCookie.java | Interface | Represents an object with an associated introspectable class.
Used for Ant elements which are matched to some Java class
(e.g. |