public class BundleConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static int |
NO_STARTLEVEL |
Constructor and Description |
---|
BundleConfiguration(de.pdark.decentxml.Element pluginDom) |
BundleConfiguration(String id,
int startLevel,
boolean autoStart) |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
int |
getStartLevel() |
boolean |
isAutoStart() |
void |
setAutoStart(boolean autoStart) |
void |
setId(String id) |
void |
setStartLevel(int startLevel) |
public BundleConfiguration(de.pdark.decentxml.Element pluginDom)
public BundleConfiguration(String id, int startLevel, boolean autoStart)
Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.