public abstract class BaseBundleList extends Object
Constructor and Description |
---|
BaseBundleList() |
Modifier and Type | Method and Description |
---|---|
void |
add(List<Bundle> newBnd)
Add an artifact definition.
|
Bundle |
get(Bundle bundle,
boolean compareVersions) |
abstract List<StartLevel> |
getStartLevels() |
void |
merge(BundleList bundleList)
Merge the current bundle list with an additional list.
|
boolean |
remove(List<Bundle> bundles,
boolean compareVersions) |
public abstract List<StartLevel> getStartLevels()
public void merge(BundleList bundleList)
bundleList
- the new bundle list#add(Bundle)
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.