|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTask
net.sf.ant4eclipse.ant.task.launch.AbstractLaunchTask
net.sf.ant4eclipse.ant.task.launch.LaunchPropertyTask
public class LaunchPropertyTask
This task is used to load some property values from a launch configuration.
Constructor Summary | |
---|---|
LaunchPropertyTask()
Initializes this task. |
Method Summary | |
---|---|
void |
execute()
|
java.lang.String |
getMainclass()
Returns the main class. |
java.lang.String |
getProgramargs()
Returns the program arguments associated with the launch configuration. |
java.lang.String |
getVmargs()
Returns the VM arguments associated with the launch configuration. |
java.lang.String |
getWorkingDir()
Returns the name of the working directory property. |
void |
setMainclass(java.lang.String mainclass)
Changes the class of the main class. |
void |
setProgramargs(java.lang.String programargs)
Changes the program arguments. |
void |
setVmargs(java.lang.String vmargs)
Changes the VM arguments. |
void |
setWorkingDir(java.lang.String dir)
Changes the working directory property. |
protected java.lang.Class[] |
validTypes()
Returns a list of classes which are valid launch configuration types. |
Methods inherited from class net.sf.ant4eclipse.ant.task.launch.AbstractLaunchTask |
---|
getLaunchFile, getLaunchProject, getWorkspace, isLaunchConfigurationSet, isWorkspaceSet, readLaunchConfiguration, readLaunchProject, requireWorkspaceSet, setInitialiseWorkspace, setLaunchFile, setWorkspace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LaunchPropertyTask()
Method Detail |
---|
public void setWorkingDir(java.lang.String dir)
dir
- The new name of the working directory property.public java.lang.String getWorkingDir()
public void setVmargs(java.lang.String vmargs)
vmargs
- The VM arguments associated with the launch configuration.public java.lang.String getVmargs()
public void setProgramargs(java.lang.String programargs)
programargs
- The program arguments associated with the launch configuration.public java.lang.String getProgramargs()
public void setMainclass(java.lang.String mainclass)
mainclass
- A fully qualified main class.public java.lang.String getMainclass()
public void execute() throws BuildException
BuildException
protected java.lang.Class[] validTypes()
validTypes
in class AbstractLaunchTask
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |