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 org.eclipse.tycho.surefire.provisioning -
-
Uses of BundleStartLevel in org.eclipse.sisu.equinox.launching
Fields in org.eclipse.sisu.equinox.launching declared as BundleStartLevel Modifier and Type Field Description private BundleStartLevelDefaultEquinoxInstallationDescription. defaultBundleStartLevelFields in org.eclipse.sisu.equinox.launching with type parameters of type BundleStartLevel Modifier and Type Field Description private static java.util.Map<java.lang.String,BundleStartLevel>DefaultEquinoxInstallationDescription. DEFAULT_START_LEVELprivate java.util.Map<java.lang.String,BundleStartLevel>DefaultEquinoxInstallationDescription. startLevelMethods 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 java.util.Map<java.lang.String,BundleStartLevel>DefaultEquinoxInstallationDescription. getBundleStartLevel()java.util.Map<java.lang.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 java.lang.StringDefaultEquinoxInstallationFactory. toOsgiBundles(java.util.Map<ArtifactKey,java.io.File> bundles, java.util.Map<java.lang.String,BundleStartLevel> startLevel, BundleStartLevel defaultStartLevel) -
Uses of BundleStartLevel in org.eclipse.tycho.surefire
Fields in org.eclipse.tycho.surefire declared as BundleStartLevel Modifier and Type Field Description private BundleStartLevel[]TestMojo. bundleStartLevelBundle start level and auto start configuration used by the test runtime.private BundleStartLevelTestMojo. defaultStartLevelThe default bundle start level and auto start configuration used by the test runtime for bundles where the start level/auto start is not configured inTestMojo.bundleStartLevel. -
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 java.util.Map<java.lang.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)
-