|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ant4eclipse.model.launch.AbstractLaunchConfiguration
public abstract class AbstractLaunchConfiguration
Abstract base class for launch configurations. A launch configuration specifies how program (e.g. an application or a test case) should be launched.
Constructor Summary | |
---|---|
AbstractLaunchConfiguration(java.io.File launchFile,
java.lang.String projectName,
java.lang.String programArguments,
java.lang.String vmArguments,
RuntimeClasspathEntry[] classpathEntries,
java.lang.String dir)
Creates a new instance of type AbstractLaunchConfiguration. |
Method Summary | |
---|---|
RuntimeClasspathEntry[] |
getClasspathEntries()
Returns the runtime classpath entries. |
java.io.File |
getLaunchFile()
Returns the launch file. |
java.lang.String |
getProgramArguments()
Returns the program arguments. |
java.lang.String |
getProjectName()
Returns the name of the associated project. |
java.lang.String |
getVmArguments()
Returns the vm arguments. |
java.lang.String |
getWorkingDirectory()
Returns the currently used working directory. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractLaunchConfiguration(java.io.File launchFile, java.lang.String projectName, java.lang.String programArguments, java.lang.String vmArguments, RuntimeClasspathEntry[] classpathEntries, java.lang.String dir)
launchFile
- the launch file.projectName
- the name of the associated project.programArguments
- the program arguments.vmArguments
- the vm arguments.classpathEntries
- the runtime classpath entries.dir
- the working directory choosen by the user.Method Detail |
---|
public final java.io.File getLaunchFile()
public final java.lang.String getProgramArguments()
public final java.lang.String getProjectName()
public final java.lang.String getVmArguments()
public final java.lang.String getWorkingDirectory()
public final RuntimeClasspathEntry[] getClasspathEntries()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |