public interface EquinoxInstallationDescription
Modifier and Type | Field and Description |
---|---|
static String |
EQUINOX_LAUNCHER |
static org.osgi.framework.Version |
EQUINOX_VERSION_3_3_0 |
Modifier and Type | Method and Description |
---|---|
void |
addBundle(ArtifactDescriptor artifact) |
void |
addBundle(ArtifactKey key,
File basedir) |
void |
addBundle(ArtifactKey key,
File basedir,
boolean override) |
void |
addBundleStartLevel(BundleStartLevel level) |
void |
addBundlesToExplode(List<String> bundlesToExplode) |
void |
addDevEntries(String id,
String entries) |
void |
addFrameworkExtensions(List<File> frameworkExtensions)
This one is kinda odd, it reads bundle manifest to extract ArtifactKey.
|
void |
addPlatformProperty(String property,
String value) |
ArtifactDescriptor |
getBundle(String symbolicName,
String highestVersion) |
List<ArtifactDescriptor> |
getBundles() |
Map<String,BundleStartLevel> |
getBundleStartLevel() |
Set<String> |
getBundlesToExplode() |
Map<String,String> |
getDevEntries() |
List<File> |
getFrameworkExtensions() |
Map<String,String> |
getPlatformProperties() |
ArtifactDescriptor |
getSystemBundle() |
static final org.osgi.framework.Version EQUINOX_VERSION_3_3_0
static final String EQUINOX_LAUNCHER
List<ArtifactDescriptor> getBundles()
ArtifactDescriptor getSystemBundle()
ArtifactDescriptor getBundle(String symbolicName, String highestVersion)
Map<String,BundleStartLevel> getBundleStartLevel()
void addBundle(ArtifactKey key, File basedir)
void addBundle(ArtifactKey key, File basedir, boolean override)
void addBundle(ArtifactDescriptor artifact)
void addFrameworkExtensions(List<File> frameworkExtensions)
void addBundleStartLevel(BundleStartLevel level)
Copyright © 2008–2013 Eclipse Foundation. All rights reserved.