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.String
getId()
int
getLevel()
boolean
isAutoStart()
void
setAutoStart(boolean autoStart)
void
setId(java.lang.String id)
void
setLevel(int level)
-