Package | Description |
---|---|
org.apache.tools.ant.module.api |
Examination and execution of Ant build scripts.
|
org.apache.tools.ant.module.api.support |
Utilities for examining and running Ant scripts.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
AntProjectCookie.ParseStatus
Extended cookie permitting queries of parse status.
|
Modifier and Type | Method and Description |
---|---|
ExecutorTask |
AntTargetExecutor.execute(AntProjectCookie antProject,
String[] targets)
Execute given target(s).
|
Modifier and Type | Method and Description |
---|---|
static AntProjectCookie |
AntScriptUtils.FileObject script)
Loads a file believed to be an Ant script.
|
AntProjectCookie |
TargetLister.Target.getOriginatingScript()
Gets the Ant script originally scanned for targets.
|
AntProjectCookie |
TargetLister.Target.getScript()
Gets the actual Ant script this target was found in.
|
Modifier and Type | Method and Description |
---|---|
static Set<TargetLister.Target> |
TargetLister.getTargets(AntProjectCookie script)
Gets all targets in an Ant script.
|