org.eclipse.tycho.model
Class BundleConfiguration

java.lang.Object
  extended by 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
static int NO_STARTLEVEL
           
 
Constructor Summary
BundleConfiguration(de.pdark.decentxml.Element pluginDom)
           
BundleConfiguration(String id, int startLevel, boolean autoStart)
           
 
Method Summary
 String getId()
           
 int getStartLevel()
           
 boolean isAutoStart()
           
 void setAutoStart(boolean autoStart)
           
 void setId(String id)
           
 void setStartLevel(int startLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_STARTLEVEL

public static int NO_STARTLEVEL
Constructor Detail

BundleConfiguration

public BundleConfiguration(de.pdark.decentxml.Element pluginDom)

BundleConfiguration

public BundleConfiguration(String id,
                           int startLevel,
                           boolean autoStart)
Method Detail

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.