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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_STARTLEVEL
public static int NO_STARTLEVEL
BundleConfiguration
public BundleConfiguration(de.pdark.decentxml.Element pluginDom)
BundleConfiguration
public BundleConfiguration(String id,
int startLevel,
boolean autoStart)
isAutoStart
public boolean isAutoStart()
setAutoStart
public void setAutoStart(boolean autoStart)
getId
public String getId()
setId
public void setId(String id)
getStartLevel
public int getStartLevel()
setStartLevel
public void setStartLevel(int startLevel)
Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.