Interface EquinoxRuntimeDescription
public interface EquinoxRuntimeDescription
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddBundleStartLevel(String id, int level, boolean autostart) voidaddExtraSystemPackage(String systemPackages) Packages exported by embedding application.voidaddInstallation(File location) voidaddPlatformProperty(String property, String value)
-
Method Details
-
addInstallation
-
addBundle
-
addExtraSystemPackage
Packages exported by embedding application. This allows embedded runtime import API classes from embedding application with Import-Package. -
addPlatformProperty
-
addBundleStartLevel
-