| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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
Load project versions into the Visual Age for Java workspace. Each project is identified by its name and a version qualifier. Allowed qualifiers are:
<vajload> <project name="MyVAProject" version="*"/> <project name="Apache Xerces" version="1.2.0"/> <project name="Brand New Stuff" version="**"/> </vajload>
Parameters:
| Attribute | Description | Required | 
| remote | remote tool server to run this command against (format: <servername> : <port no>) | No | 
| haltonerror | stop the build process if an error occurs, defaults to "yes" | No | 
| Field Summary | 
| Fields inherited from class org.apache.tools.ant.taskdefs.optional.ide.VAJTask | 
| haltOnError, remoteServer | 
| Fields inherited from class org.apache.tools.ant.Task | 
| description, location, target, taskName, taskType, wrapper | 
| Fields inherited from class org.apache.tools.ant.ProjectComponent | 
| project | 
| Constructor Summary | |
| VAJLoad() | |
| Method Summary | |
|  VAJProjectDescription | createVAJProject()Add a project description entry on the project list. | 
|  void | execute()Load specified projects. | 
| Methods inherited from class org.apache.tools.ant.taskdefs.optional.ide.VAJTask | 
| getUtil, setHaltonerror, setRemote | 
| Methods inherited from class org.apache.tools.ant.Task | 
| getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType | 
| Methods inherited from class org.apache.tools.ant.ProjectComponent | 
| getProject, setProject | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public VAJLoad()
| Method Detail | 
public void execute()
execute in class Taskpublic VAJProjectDescription createVAJProject()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||