public class BundleConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) de.pdark.decentxml.Element |
configuration |
static int |
NO_STARTLEVEL |
Constructor and Description |
---|
BundleConfiguration(de.pdark.decentxml.Element pluginDom) |
BundleConfiguration(java.lang.String id,
int startLevel,
boolean autoStart) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
int |
getStartLevel() |
boolean |
isAutoStart() |
void |
setAutoStart(boolean autoStart) |
void |
setId(java.lang.String id) |
void |
setStartLevel(int startLevel) |
public static final int NO_STARTLEVEL
de.pdark.decentxml.Element configuration