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 BundleStartLevelDefaultEquinoxInstallationDescription. getDefaultBundleStartLevel()BundleStartLevelEquinoxInstallationDescription. 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 voidDefaultEquinoxInstallationDescription. addBundleStartLevel(BundleStartLevel level)voidEquinoxInstallationDescription. addBundleStartLevel(BundleStartLevel level)voidDefaultEquinoxInstallationDescription. setDefaultBundleStartLevel(BundleStartLevel defaultBundleStartLevel)voidEquinoxInstallationDescription. 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 StringDefaultEquinoxInstallationFactory. 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 BundleStartLevelProvisionedInstallationDescription. 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 voidProvisionedInstallationDescription. addBundleStartLevel(BundleStartLevel level)voidProvisionedInstallationDescription. setDefaultBundleStartLevel(BundleStartLevel defaultBundleStartLevel)
-