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 EquinoxInstallationEquinoxInstallationFactory. 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 classDefaultEquinoxInstallationMethods in org.eclipse.sisu.equinox.launching.internal that return EquinoxInstallation Modifier and Type Method Description EquinoxInstallationDefaultEquinoxInstallationFactory. 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 classProvisionedEquinoxInstallationThis class provides an implementation of anEquinoxInstallationwhich 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 EquinoxInstallationProvisionedInstallationBuilder. install()
-