public class DefaultEquinoxInstallationDescription extends Object implements EquinoxInstallationDescription
| Modifier and Type | Field and Description |
|---|---|
protected DefaultTargetPlatform |
bundles |
EQUINOX_LAUNCHER, EQUINOX_VERSION_3_3_0| Constructor and Description |
|---|
DefaultEquinoxInstallationDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBundle(ArtifactDescriptor artifact) |
void |
addBundle(ArtifactKey key,
File file) |
void |
addBundle(ArtifactKey key,
File file,
boolean override) |
void |
addBundleStartLevel(BundleStartLevel level) |
void |
addBundlesToExplode(List<String> bundlesToExplode) |
void |
addFrameworkExtensions(List<File> frameworkExtensions)
This one is kinda odd, it reads bundle manifest to extract ArtifactKey.
|
ArtifactDescriptor |
getBundle(String symbolicName,
String highestVersion) |
List<ArtifactDescriptor> |
getBundles() |
Map<String,BundleStartLevel> |
getBundleStartLevel() |
Set<String> |
getBundlesToExplode() |
List<File> |
getFrameworkExtensions() |
ArtifactDescriptor |
getSystemBundle() |
protected final DefaultTargetPlatform bundles
public DefaultEquinoxInstallationDescription()
public void addBundleStartLevel(BundleStartLevel level)
addBundleStartLevel in interface EquinoxInstallationDescriptionpublic Map<String,BundleStartLevel> getBundleStartLevel()
getBundleStartLevel in interface EquinoxInstallationDescriptionpublic ArtifactDescriptor getBundle(String symbolicName, String highestVersion)
getBundle in interface EquinoxInstallationDescriptionpublic List<ArtifactDescriptor> getBundles()
getBundles in interface EquinoxInstallationDescriptionpublic ArtifactDescriptor getSystemBundle()
getSystemBundle in interface EquinoxInstallationDescriptionpublic void addBundle(ArtifactDescriptor artifact)
addBundle in interface EquinoxInstallationDescriptionpublic void addBundle(ArtifactKey key, File file)
addBundle in interface EquinoxInstallationDescriptionpublic void addBundle(ArtifactKey key, File file, boolean override)
addBundle in interface EquinoxInstallationDescriptionpublic void addBundlesToExplode(List<String> bundlesToExplode)
addBundlesToExplode in interface EquinoxInstallationDescriptionpublic Set<String> getBundlesToExplode()
getBundlesToExplode in interface EquinoxInstallationDescriptionpublic void addFrameworkExtensions(List<File> frameworkExtensions)
EquinoxInstallationDescriptionaddFrameworkExtensions in interface EquinoxInstallationDescriptionpublic List<File> getFrameworkExtensions()
getFrameworkExtensions in interface EquinoxInstallationDescriptionCopyright © 2008-2012 Eclipse Foundation. All Rights Reserved.