org.codehaus.tycho.osgitest
Class BundleStartLevel
java.lang.Object
org.codehaus.tycho.osgitest.BundleStartLevel
public class BundleStartLevel
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BundleStartLevel
public BundleStartLevel()
BundleStartLevel
public BundleStartLevel(java.lang.String id,
int level,
boolean autoStart)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getLevel
public int getLevel()
setLevel
public void setLevel(int level)
setAutoStart
public void setAutoStart(boolean autoStart)
isAutoStart
public boolean isAutoStart()
Copyright © 2008-2011. All Rights Reserved.