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