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 int
EquinoxLauncher. 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 class
EquinoxInstallationLaunchConfiguration
Launch configuration for an Equinox installation in the standard Eclipse installation layout.class
EquinoxLaunchConfiguration
Methods in org.eclipse.sisu.equinox.launching.internal with parameters of type LaunchConfiguration Modifier and Type Method Description int
DefaultEquinoxLauncher. 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) LaunchConfiguration
EclipseRunMojo. 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) LaunchConfiguration
TestMojo. createCommandLine(EquinoxInstallation testRuntime)
-