public class JavaApplicationLaunchConfiguration extends AbstractLaunchConfiguration
Constructor and Description |
---|
JavaApplicationLaunchConfiguration(java.io.File launchFile,
java.lang.String projectName,
java.lang.String mainType,
java.lang.String programArguments,
java.lang.String vmArguments,
RuntimeClasspathEntry[] classpathEntries,
java.lang.String dir)
Creates a new instance of type JavaApplicationLaunchConfiguration
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMainType()
Returns the type of the main class.
|
java.lang.String |
toString() |
getClasspathEntries, getLaunchFile, getProgramArguments, getProjectName, getVmArguments, getWorkingDirectory
public JavaApplicationLaunchConfiguration(java.io.File launchFile, java.lang.String projectName, java.lang.String mainType, java.lang.String programArguments, java.lang.String vmArguments, RuntimeClasspathEntry[] classpathEntries, java.lang.String dir)
launchFile
- projectName
- programArguments
- vmArguments
- classpathEntries
- dir
- public final java.lang.String getMainType()
public java.lang.String toString()
toString
in class AbstractLaunchConfiguration