Uses of Interface
org.eclipse.sisu.equinox.launching.EquinoxInstallation
-
-
Uses of EquinoxInstallation in org.eclipse.sisu.equinox.launching
Methods in org.eclipse.sisu.equinox.launching that return EquinoxInstallation Modifier and Type Method Description EquinoxInstallation
EquinoxInstallationFactory. createInstallation(EquinoxInstallationDescription description, java.io.File location)
-
Uses of EquinoxInstallation in org.eclipse.sisu.equinox.launching.internal
Classes in org.eclipse.sisu.equinox.launching.internal that implement EquinoxInstallation Modifier and Type Class Description class
DefaultEquinoxInstallation
Fields in org.eclipse.sisu.equinox.launching.internal declared as EquinoxInstallation Modifier and Type Field Description private EquinoxInstallation
EquinoxLaunchConfiguration. installation
Methods in org.eclipse.sisu.equinox.launching.internal that return EquinoxInstallation Modifier and Type Method Description EquinoxInstallation
DefaultEquinoxInstallationFactory. createInstallation(EquinoxInstallationDescription description, java.io.File location)
Constructors in org.eclipse.sisu.equinox.launching.internal with parameters of type EquinoxInstallation Constructor Description EquinoxLaunchConfiguration(EquinoxInstallation installation)
-
Uses of EquinoxInstallation in org.eclipse.tycho.extras.eclipserun
Methods in org.eclipse.tycho.extras.eclipserun that return EquinoxInstallation Modifier and Type Method Description private EquinoxInstallation
EclipseRunMojo. createEclipseInstallation()
Methods in org.eclipse.tycho.extras.eclipserun with parameters of type EquinoxInstallation Modifier and Type Method Description (package private) LaunchConfiguration
EclipseRunMojo. createCommandLine(EquinoxInstallation runtime)
(package private) void
EclipseRunMojo. runEclipse(EquinoxInstallation runtime)
-
Uses of EquinoxInstallation in org.eclipse.tycho.surefire
Methods in org.eclipse.tycho.surefire that return EquinoxInstallation Modifier and Type Method Description private EquinoxInstallation
TestMojo. createEclipseInstallation()
private EquinoxInstallation
TestMojo. createProvisionedInstallation()
Methods in org.eclipse.tycho.surefire with parameters of type EquinoxInstallation Modifier and Type Method Description (package private) LaunchConfiguration
TestMojo. createCommandLine(EquinoxInstallation testRuntime)
private void
TestMojo. runTest(EquinoxInstallation testRuntime)
-
Uses of EquinoxInstallation in org.eclipse.tycho.surefire.provisioning
Classes in org.eclipse.tycho.surefire.provisioning that implement EquinoxInstallation Modifier and Type Class Description class
ProvisionedEquinoxInstallation
This class provides an implementation of anEquinoxInstallation
which represents an RCP application which has been provisioned using p2 director.Methods in org.eclipse.tycho.surefire.provisioning that return EquinoxInstallation Modifier and Type Method Description EquinoxInstallation
ProvisionedInstallationBuilder. install()
-