Class BundleStartLevel
- java.lang.Object
-
- org.eclipse.sisu.equinox.launching.BundleStartLevel
-
public class BundleStartLevel extends Object
-
-
Constructor Summary
Constructors Constructor Description BundleStartLevel()BundleStartLevel(String id, int level, boolean autoStart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()intgetLevel()booleanisAutoStart()voidsetAutoStart(boolean autoStart)voidsetId(String id)voidsetLevel(int level)
-
-
-
Constructor Detail
-
BundleStartLevel
public BundleStartLevel()
-
BundleStartLevel
public BundleStartLevel(String id, int level, boolean autoStart)
-
-