Package org.eclipse.tycho.model
Class BundleConfiguration
- java.lang.Object
-
- org.eclipse.tycho.model.BundleConfiguration
-
public class BundleConfiguration extends Object
This object represents information of a bundle. This class is a copy of the BundleInfo class in org.eclipse.equinox.simpleconfigurator
-
-
Field Summary
Fields Modifier and Type Field Description static int
NO_STARTLEVEL
-
Constructor Summary
Constructors Constructor Description BundleConfiguration(de.pdark.decentxml.Element pluginDom)
BundleConfiguration(String id, int startLevel, boolean autoStart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
int
getStartLevel()
boolean
isAutoStart()
void
setAutoStart(boolean autoStart)
void
setId(String id)
void
setStartLevel(int startLevel)
-
-
-
Field Detail
-
NO_STARTLEVEL
public static final int NO_STARTLEVEL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BundleConfiguration
public BundleConfiguration(de.pdark.decentxml.Element pluginDom)
-
BundleConfiguration
public BundleConfiguration(String id, int startLevel, boolean autoStart)
-
-