Uses of Interface
org.eclipse.sisu.equinox.launching.EquinoxLauncher
-
Packages that use EquinoxLauncher Package Description org.eclipse.sisu.equinox.launching.internal org.eclipse.tycho.extras.eclipserun org.eclipse.tycho.plugins.p2.director.runtime org.eclipse.tycho.surefire -
-
Uses of EquinoxLauncher in org.eclipse.sisu.equinox.launching.internal
Classes in org.eclipse.sisu.equinox.launching.internal that implement EquinoxLauncher Modifier and Type Class Description class
DefaultEquinoxLauncher
Fields in org.eclipse.sisu.equinox.launching.internal declared as EquinoxLauncher Modifier and Type Field Description private EquinoxLauncher
P2ApplicationLauncher. launcher
-
Uses of EquinoxLauncher in org.eclipse.tycho.extras.eclipserun
Fields in org.eclipse.tycho.extras.eclipserun declared as EquinoxLauncher Modifier and Type Field Description private EquinoxLauncher
EclipseRunMojo. launcher
-
Uses of EquinoxLauncher in org.eclipse.tycho.plugins.p2.director.runtime
Fields in org.eclipse.tycho.plugins.p2.director.runtime declared as EquinoxLauncher Modifier and Type Field Description private EquinoxLauncher
StandaloneDirectorRuntime. launchHelper
private EquinoxLauncher
StandaloneDirectorRuntimeFactory. launchHelper
Constructors in org.eclipse.tycho.plugins.p2.director.runtime with parameters of type EquinoxLauncher Constructor Description StandaloneDirectorRuntime(java.io.File runtimeLocation, EquinoxLauncher launchHelper, int forkedProcessTimeoutInSeconds, org.codehaus.plexus.logging.Logger logger)
-
Uses of EquinoxLauncher in org.eclipse.tycho.surefire
Fields in org.eclipse.tycho.surefire declared as EquinoxLauncher Modifier and Type Field Description private EquinoxLauncher
TestMojo. launcher
-