Class BundleStartLevel

java.lang.Object
org.eclipse.sisu.equinox.launching.BundleStartLevel

public class BundleStartLevel extends Object
  • Constructor Details

    • BundleStartLevel

      public BundleStartLevel()
    • BundleStartLevel

      public BundleStartLevel(String id, int level, boolean autoStart)
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getLevel

      public int getLevel()
    • setLevel

      public void setLevel(int level)
    • setAutoStart

      public void setAutoStart(boolean autoStart)
    • isAutoStart

      public boolean isAutoStart()