Interface EquinoxRuntimeDescription


public interface EquinoxRuntimeDescription
  • Method Details

    • addInstallation

      void addInstallation(File location)
    • addBundle

      void addBundle(File location)
    • addExtraSystemPackage

      void addExtraSystemPackage(String systemPackages)
      Packages exported by embedding application. This allows embedded runtime import API classes from embedding application with Import-Package.
    • addPlatformProperty

      void addPlatformProperty(String property, String value)
    • addBundleStartLevel

      void addBundleStartLevel(String id, int level, boolean autostart)