org.apache.sling.maven.projectsupport.bundlelist
Class BaseStartLevel
java.lang.Object
org.apache.sling.maven.projectsupport.bundlelist.BaseStartLevel
- Direct Known Subclasses:
- StartLevel
public abstract class BaseStartLevel
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseStartLevel
public BaseStartLevel()
getBundles
public abstract List<Bundle> getBundles()
removeBundle
public boolean removeBundle(Bundle bundle,
boolean compareVersions)
containsBundle
public boolean containsBundle(Bundle bundle,
boolean compareVersions)
getBundle
public Bundle getBundle(Bundle bundle,
boolean compareVersions)
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.