Package org.eclipse.tycho.model
Class BundleConfiguration
- java.lang.Object
-
- org.eclipse.tycho.model.BundleConfiguration
-
public class BundleConfiguration extends java.lang.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 (package private) de.pdark.decentxml.Element
configuration
static int
NO_STARTLEVEL
-
Constructor Summary
Constructors Constructor Description BundleConfiguration(de.pdark.decentxml.Element pluginDom)
BundleConfiguration(java.lang.String id, int startLevel, boolean autoStart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
int
getStartLevel()
boolean
isAutoStart()
void
setAutoStart(boolean autoStart)
void
setId(java.lang.String id)
void
setStartLevel(int startLevel)
-
-
-
Field Detail
-
NO_STARTLEVEL
public static final int NO_STARTLEVEL
- See Also:
- Constant Field Values
-
configuration
de.pdark.decentxml.Element configuration
-
-