Uses of Interface
org.eclipse.tycho.launching.LaunchConfiguration
-
Packages that use LaunchConfiguration Package Description org.eclipse.sisu.equinox.launching org.eclipse.sisu.equinox.launching.internal org.eclipse.tycho.extras.eclipserun org.eclipse.tycho.surefire -
-
Uses of LaunchConfiguration in org.eclipse.sisu.equinox.launching
Methods in org.eclipse.sisu.equinox.launching with parameters of type LaunchConfiguration Modifier and Type Method Description intEquinoxLauncher. execute(LaunchConfiguration configuration, int forkedProcessTimeoutInSeconds) -
Uses of LaunchConfiguration in org.eclipse.sisu.equinox.launching.internal
Classes in org.eclipse.sisu.equinox.launching.internal that implement LaunchConfiguration Modifier and Type Class Description classEquinoxInstallationLaunchConfigurationLaunch configuration for an Equinox installation in the standard Eclipse installation layout.classEquinoxLaunchConfigurationMethods in org.eclipse.sisu.equinox.launching.internal with parameters of type LaunchConfiguration Modifier and Type Method Description intDefaultEquinoxLauncher. execute(LaunchConfiguration configuration, int forkedProcessTimeoutInSeconds)private static java.util.Map<java.lang.String,java.lang.String>DefaultEquinoxLauncher. getMergedEnvironment(LaunchConfiguration configuration) -
Uses of LaunchConfiguration in org.eclipse.tycho.extras.eclipserun
Methods in org.eclipse.tycho.extras.eclipserun that return LaunchConfiguration Modifier and Type Method Description (package private) LaunchConfigurationEclipseRunMojo. createCommandLine(EquinoxInstallation runtime) -
Uses of LaunchConfiguration in org.eclipse.tycho.surefire
Methods in org.eclipse.tycho.surefire that return LaunchConfiguration Modifier and Type Method Description (package private) LaunchConfigurationTestMojo. createCommandLine(EquinoxInstallation testRuntime)
-