Interface EquinoxInstallationDescription
public interface EquinoxInstallationDescription
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidvoidaddBundle(BundleReference key) voidvoidaddBundlesToExplode(List<String> bundlesToExplode) voidaddDevEntries(String id, String entries) voidaddFrameworkExtensions(List<File> frameworkExtensions) voidaddPlatformProperty(String property, String value) voidsetDefaultBundleStartLevel(BundleStartLevel defaultBundleStartLevel)
-
Method Details
-
getBundles
Collection<BundleReference> getBundles() -
getSystemBundle
BundleReference getSystemBundle() -
getBundle
-
getFrameworkExtensions
Collection<File> getFrameworkExtensions() -
getBundlesToExplode
-
getBundleStartLevel
Map<String,BundleStartLevel> getBundleStartLevel() -
getDefaultBundleStartLevel
BundleStartLevel getDefaultBundleStartLevel() -
getPlatformProperties
-
getDevEntries
-
addBundle
-
addBundle
-
setDefaultBundleStartLevel
-
addFrameworkExtensions
-
addBundlesToExplode
-
addBundleStartLevel
-
addPlatformProperty
-
addDevEntries
-