Class EclipseApplicationLaunchConfiguration

    • Constructor Detail

      • EclipseApplicationLaunchConfiguration

        public EclipseApplicationLaunchConfiguration()
        Deprecated.
    • Method Detail

      • getProgramArguments

        public java.lang.String[] getProgramArguments​(ILaunchConfiguration configuration)
                                               throws CoreException
        Deprecated.
        Description copied from class: AbstractPDELaunchConfiguration
        Returns the program arguments to launch with. This list is a combination of arguments computed by PDE based on attributes specified in the given launch configuration, followed by the program arguments that the entered directly into the launch configuration.
        Overrides:
        getProgramArguments in class AbstractPDELaunchConfiguration
        Parameters:
        configuration - launch configuration
        Returns:
        the program arguments necessary for launching
        Throws:
        CoreException - if unable to retrieve the attribute or create the necessary configuration files
      • clear

        protected void clear​(ILaunchConfiguration configuration,
                             IProgressMonitor monitor)
                      throws CoreException
        Deprecated.
        Clears the workspace prior to launching if the workspace exists and the option to clear it is turned on. Also clears the configuration area if that option is chosen.
        Overrides:
        clear in class AbstractPDELaunchConfiguration
        Parameters:
        configuration - the launch configuration
        monitor - the progress monitor
        Throws:
        CoreException - if unable to retrieve launch attribute values or the clear operation was cancelled
        Since:
        3.3
      • preLaunchCheck

        protected void preLaunchCheck​(ILaunchConfiguration configuration,
                                      ILaunch launch,
                                      IProgressMonitor monitor)
                               throws CoreException
        Deprecated.
        Description copied from class: AbstractPDELaunchConfiguration
        Does sanity checking before launching. The criteria whether the launch should proceed or not is specific to the launch configuration type.
        Overrides:
        preLaunchCheck in class AbstractPDELaunchConfiguration
        Parameters:
        configuration - launch configuration
        launch - the launch object to contribute processes and debug targets to
        monitor - a progress monitor
        Throws:
        CoreException - exception thrown if launch fails or canceled or if unable to retrieve attributes from the launch configuration