Package | Description |
---|---|
org.eclipse.sisu.equinox.launching | |
org.eclipse.sisu.equinox.launching.internal | |
org.eclipse.tycho.surefire | |
org.eclipse.tycho.surefire.provisioning |
Modifier and Type | Field and Description |
---|---|
private BundleStartLevel |
DefaultEquinoxInstallationDescription.defaultBundleStartLevel |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,BundleStartLevel> |
DefaultEquinoxInstallationDescription.DEFAULT_START_LEVEL |
private java.util.Map<java.lang.String,BundleStartLevel> |
DefaultEquinoxInstallationDescription.startLevel |
Modifier and Type | Method and Description |
---|---|
BundleStartLevel |
EquinoxInstallationDescription.getDefaultBundleStartLevel() |
BundleStartLevel |
DefaultEquinoxInstallationDescription.getDefaultBundleStartLevel() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,BundleStartLevel> |
EquinoxInstallationDescription.getBundleStartLevel() |
java.util.Map<java.lang.String,BundleStartLevel> |
DefaultEquinoxInstallationDescription.getBundleStartLevel() |
Modifier and Type | Method and Description |
---|---|
void |
EquinoxInstallationDescription.addBundleStartLevel(BundleStartLevel level) |
void |
DefaultEquinoxInstallationDescription.addBundleStartLevel(BundleStartLevel level) |
void |
EquinoxInstallationDescription.setDefaultBundleStartLevel(BundleStartLevel defaultBundleStartLevel) |
void |
DefaultEquinoxInstallationDescription.setDefaultBundleStartLevel(BundleStartLevel defaultBundleStartLevel) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
DefaultEquinoxInstallationFactory.toOsgiBundles(java.util.Map<ArtifactKey,java.io.File> bundles,
java.util.Map<java.lang.String,BundleStartLevel> startLevel,
BundleStartLevel defaultStartLevel) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
DefaultEquinoxInstallationFactory.toOsgiBundles(java.util.Map<ArtifactKey,java.io.File> bundles,
java.util.Map<java.lang.String,BundleStartLevel> startLevel,
BundleStartLevel defaultStartLevel) |
Modifier and Type | Field and Description |
---|---|
private BundleStartLevel[] |
TestMojo.bundleStartLevel
Bundle start level and auto start configuration used by the test runtime.
|
private BundleStartLevel |
TestMojo.defaultStartLevel
The default bundle start level and auto start configuration used by the test runtime for
bundles where the start level/auto start is not configured in
TestMojo.bundleStartLevel . |
Modifier and Type | Method and Description |
---|---|
BundleStartLevel |
ProvisionedInstallationDescription.getDefaultBundleStartLevel() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,BundleStartLevel> |
ProvisionedInstallationDescription.getBundleStartLevel() |
Modifier and Type | Method and Description |
---|---|
void |
ProvisionedInstallationDescription.addBundleStartLevel(BundleStartLevel level) |
void |
ProvisionedInstallationDescription.setDefaultBundleStartLevel(BundleStartLevel defaultBundleStartLevel) |