|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.taskdefs.optional.ide.VAJAntTool
This class is the equivalent to org.apache.tools.ant.Main for the VAJ tool environment. It's main is called when the user selects Tools->Ant Build from the VAJ project menu. Additionally this class provides methods to save build info for a project in the repository and load it from the repository
Constructor Summary | |
VAJAntTool()
|
Method Summary | |
static org.apache.tools.ant.taskdefs.optional.ide.VAJBuildInfo |
loadBuildData(java.lang.String projectName)
Loads the BuildInfo for the specified VAJ project from the tool data for this project. |
static void |
main(java.lang.String[] args)
Starts the application. |
static void |
saveBuildData(org.apache.tools.ant.taskdefs.optional.ide.VAJBuildInfo info)
Saves the BuildInfo for a project in the VAJ repository. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VAJAntTool()
Method Detail |
public static org.apache.tools.ant.taskdefs.optional.ide.VAJBuildInfo loadBuildData(java.lang.String projectName)
projectName
- String project name
public static void main(java.lang.String[] args)
args
- an array of command-line arguments. VAJ puts the
VAJ project name into args[1] when starting the
tool from the project context menupublic static void saveBuildData(org.apache.tools.ant.taskdefs.optional.ide.VAJBuildInfo info)
info
- BuildInfo build info to save
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |