net.sf.ant4eclipse.model.launch
Class JavaApplicationLaunchConfiguration
java.lang.Object
net.sf.ant4eclipse.model.launch.AbstractLaunchConfiguration
net.sf.ant4eclipse.model.launch.JavaApplicationLaunchConfiguration
public class JavaApplicationLaunchConfiguration
- extends AbstractLaunchConfiguration
LaunchConfiguration
Constructor Summary |
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 |
Method Summary |
java.lang.String |
getMainType()
Returns the type of the main class. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JavaApplicationLaunchConfiguration
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)
- Creates a new instance of type JavaApplicationLaunchConfiguration
- Parameters:
launchFile
- projectName
- programArguments
- vmArguments
- classpathEntries
- dir
-
getMainType
public final java.lang.String getMainType()
- Returns the type of the main class.
- Returns:
- The type of the main class.
toString
public java.lang.String toString()
-
- Overrides:
toString
in class AbstractLaunchConfiguration