
|
VAJLoad (Apache Ant API)
org.apache.tools.ant.taskdefs.optional.ide
Class VAJLoad
java.lang.Object
|
+--org.apache.tools.ant.ProjectComponent
|
+--org.apache.tools.ant.Task
|
+--org.apache.tools.ant.taskdefs.optional.ide.VAJTask
|
+--org.apache.tools.ant.taskdefs.optional.ide.VAJLoad
- Direct Known Subclasses:
- VAJLoadProjects
- public class VAJLoad
- extends VAJTask
Load specific project versions into the Visual Age for Java workspace.
Each project and version name has to be specified completely.
Example:
<vajload>
<project name="MyVAProject" version="2.1"/>
<project name="Apache Xerces" version="1.2.0"/>
</vajload>
- Author:
- Wolf Siberski, TUI Infotec GmbH
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorOutput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VAJLoad
public VAJLoad()
execute
public void execute()
- Load specified projects.
- Overrides:
execute in class Task
createVAJProject
public VAJProjectDescription createVAJProject()
- Add a project description entry on the project list.
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.
|