net.sf.ant4eclipse.model.launch
Class JavaApplicationLaunchConfiguration

java.lang.Object
  extended by net.sf.ant4eclipse.model.launch.AbstractLaunchConfiguration
      extended by 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 net.sf.ant4eclipse.model.launch.AbstractLaunchConfiguration
getClasspathEntries, getLaunchFile, getProgramArguments, getProjectName, getVmArguments, getWorkingDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 -
Method Detail

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