org.apache.sling.maven.projectsupport.bundlelist
Class BaseBundleList
java.lang.Object
org.apache.sling.maven.projectsupport.bundlelist.BaseBundleList
- Direct Known Subclasses:
- BundleList
public abstract class BaseBundleList
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseBundleList
public BaseBundleList()
getStartLevels
public abstract List<StartLevel> getStartLevels()
get
public Bundle get(Bundle bundle,
boolean compareVersions)
remove
public boolean remove(Bundle bundle,
boolean compareVersions)
merge
public void merge(BundleList bundleList)
- Merge the current bundle list with an additional list.
- Parameters:
bundleList
- the new bundle list- See Also:
add(Bundle)
add
public void add(Bundle newBnd)
- Add an artifact definition. If it already exists, update the version, but
do not change the start level.
- Parameters:
newBnd
- the bundle to add
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.