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(org.eclipse.tycho.ArtifactDescriptor artifact) |
void |
addBundle(org.eclipse.tycho.ArtifactKey key,
File basedir) |
void |
addBundle(org.eclipse.tycho.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) |
org.eclipse.tycho.ArtifactDescriptor |
getBundle(String symbolicName,
String highestVersion) |
List<org.eclipse.tycho.ArtifactDescriptor> |
getBundles() |
Map<String,BundleStartLevel> |
getBundleStartLevel() |
Set<String> |
getBundlesToExplode() |
BundleStartLevel |
getDefaultBundleStartLevel() |
Map<String,String> |
getDevEntries() |
List<File> |
getFrameworkExtensions() |
Map<String,String> |
getPlatformProperties() |
org.eclipse.tycho.ArtifactDescriptor |
getSystemBundle() |
void |
setDefaultBundleStartLevel(BundleStartLevel defaultBundleStartLevel) |
static final org.osgi.framework.Version EQUINOX_VERSION_3_3_0
static final String EQUINOX_LAUNCHER
List<org.eclipse.tycho.ArtifactDescriptor> getBundles()
org.eclipse.tycho.ArtifactDescriptor getSystemBundle()
org.eclipse.tycho.ArtifactDescriptor getBundle(String symbolicName, String highestVersion)
Map<String,BundleStartLevel> getBundleStartLevel()
BundleStartLevel getDefaultBundleStartLevel()
void addBundle(org.eclipse.tycho.ArtifactKey key,
File basedir)
void addBundle(org.eclipse.tycho.ArtifactKey key,
File basedir,
boolean override)
void addBundle(org.eclipse.tycho.ArtifactDescriptor artifact)
void setDefaultBundleStartLevel(BundleStartLevel defaultBundleStartLevel)
void addFrameworkExtensions(List<File> frameworkExtensions)
void addBundleStartLevel(BundleStartLevel level)
Copyright © 2008-2018 Eclipse Foundation. All Rights Reserved.