See: Description
Class | Description |
---|---|
ActionUtils |
Makes it easier to implement
org.netbeans.spi.project.ActionProvider in a standard way
by running targets in Ant scripts. |
AntScriptUtils |
Convenience utilities for working with Ant scripts.
|
TargetLister |
Provides a way to find targets from an Ant build script.
|
TargetLister.Target |
Representation of a target from an Ant script.
|
ActionUtils
is primarily of interest to project type providers which need
to run Ant targets to implement project actions.
TargetLister
is not likely to be useful outside the Ant module suite.