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 String
getId()
int
getLevel()
boolean
isAutoStart()
void
setAutoStart(boolean autoStart)
void
setId(String id)
void
setLevel(int level)
-
-
-
Constructor Detail
-
BundleStartLevel
public BundleStartLevel()
-
BundleStartLevel
public BundleStartLevel(String id, int level, boolean autoStart)
-
-