Uses of Interface
org.eclipse.sisu.equinox.launching.EquinoxInstallation
-
Packages that use EquinoxInstallation Package Description org.eclipse.sisu.equinox.launching org.eclipse.sisu.equinox.launching.internal org.eclipse.tycho.surefire.provisioning -
-
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, 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
Methods in org.eclipse.sisu.equinox.launching.internal that return EquinoxInstallation Modifier and Type Method Description EquinoxInstallation
DefaultEquinoxInstallationFactory. createInstallation(EquinoxInstallationDescription description, 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.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()
-