public abstract class AbstractLaunchConfiguration
extends java.lang.Object
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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() |
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.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