public abstract class BaseStartLevel extends Object
Constructor and Description |
---|
BaseStartLevel() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsBundle(Bundle bundle,
boolean compareVersions) |
Bundle |
getBundle(Bundle bundle,
boolean compareVersions) |
abstract List<Bundle> |
getBundles() |
String |
getLevel() |
int |
getStartLevel() |
boolean |
removeBundle(Bundle bundle,
boolean compareVersions) |
void |
setLevel(String level)
Set the level field.
|
void |
setRawLevel(int level) |
public boolean removeBundle(Bundle bundle, boolean compareVersions)
public boolean containsBundle(Bundle bundle, boolean compareVersions)
public void setLevel(String level)
level
- public void setRawLevel(int level)
public String getLevel()
public int getStartLevel()
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.