Package org.eclipse.tycho.model
Class BundleConfiguration
- java.lang.Object
-
- org.eclipse.tycho.model.BundleConfiguration
-
public class BundleConfiguration extends java.lang.ObjectThis 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.Elementconfigurationstatic intNO_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.StringgetId()intgetStartLevel()booleanisAutoStart()voidsetAutoStart(boolean autoStart)voidsetId(java.lang.String id)voidsetStartLevel(int startLevel)
-
-
-
Field Detail
-
NO_STARTLEVEL
public static final int NO_STARTLEVEL
- See Also:
- Constant Field Values
-
configuration
de.pdark.decentxml.Element configuration
-
-