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 java.lang.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 java.util.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)
setLevel
public void setLevel(java.lang.String level)
- Set the level field.
- Parameters:
level
-
setRawLevel
public void setRawLevel(int level)
getLevel
public java.lang.String getLevel()
getStartLevel
public int getStartLevel()
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.