Uses of Class
org.eclipse.sisu.equinox.launching.BundleStartLevel
-
Packages that use BundleStartLevel Package Description org.eclipse.sisu.equinox.launching org.eclipse.sisu.equinox.launching.internal org.eclipse.tycho.surefire.provisioning -
-
Uses of BundleStartLevel in org.eclipse.sisu.equinox.launching
Methods in org.eclipse.sisu.equinox.launching that return BundleStartLevel Modifier and Type Method Description BundleStartLevel
DefaultEquinoxInstallationDescription. getDefaultBundleStartLevel()
BundleStartLevel
EquinoxInstallationDescription. getDefaultBundleStartLevel()
Methods in org.eclipse.sisu.equinox.launching that return types with arguments of type BundleStartLevel Modifier and Type Method Description Map<String,BundleStartLevel>
DefaultEquinoxInstallationDescription. getBundleStartLevel()
Map<String,BundleStartLevel>
EquinoxInstallationDescription. getBundleStartLevel()
Methods in org.eclipse.sisu.equinox.launching with parameters of type BundleStartLevel Modifier and Type Method Description void
DefaultEquinoxInstallationDescription. addBundleStartLevel(BundleStartLevel level)
void
EquinoxInstallationDescription. addBundleStartLevel(BundleStartLevel level)
void
DefaultEquinoxInstallationDescription. setDefaultBundleStartLevel(BundleStartLevel defaultBundleStartLevel)
void
EquinoxInstallationDescription. setDefaultBundleStartLevel(BundleStartLevel defaultBundleStartLevel)
-
Uses of BundleStartLevel in org.eclipse.sisu.equinox.launching.internal
Methods in org.eclipse.sisu.equinox.launching.internal with parameters of type BundleStartLevel Modifier and Type Method Description protected String
DefaultEquinoxInstallationFactory. toOsgiBundles(Map<ArtifactKey,File> bundles, Map<String,BundleStartLevel> startLevel, BundleStartLevel defaultStartLevel)
-
Uses of BundleStartLevel in org.eclipse.tycho.surefire.provisioning
Methods in org.eclipse.tycho.surefire.provisioning that return BundleStartLevel Modifier and Type Method Description BundleStartLevel
ProvisionedInstallationDescription. getDefaultBundleStartLevel()
Methods in org.eclipse.tycho.surefire.provisioning that return types with arguments of type BundleStartLevel Modifier and Type Method Description Map<String,BundleStartLevel>
ProvisionedInstallationDescription. getBundleStartLevel()
Methods in org.eclipse.tycho.surefire.provisioning with parameters of type BundleStartLevel Modifier and Type Method Description void
ProvisionedInstallationDescription. addBundleStartLevel(BundleStartLevel level)
void
ProvisionedInstallationDescription. setDefaultBundleStartLevel(BundleStartLevel defaultBundleStartLevel)
-