org.apache.sling.maven.projectsupport.bundlelist
Class BaseStartLevel

java.lang.Object
  extended by org.apache.sling.maven.projectsupport.bundlelist.BaseStartLevel
Direct Known Subclasses:
StartLevel

public abstract class BaseStartLevel
extends Object


Constructor Summary
BaseStartLevel()
           
 
Method Summary
 boolean containsBundle(Bundle bundle, boolean compareVersions)
           
 Bundle getBundle(Bundle bundle, boolean compareVersions)
           
abstract  List<Bundle> getBundles()
           
 boolean removeBundle(Bundle bundle, boolean compareVersions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseStartLevel

public BaseStartLevel()
Method Detail

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.