|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.sling.maven.projectsupport.bundlelist.BaseStartLevel
org.apache.sling.maven.projectsupport.bundlelist.v1_0_0.StartLevel
public class StartLevel
Class StartLevel.
Constructor Summary | |
---|---|
StartLevel()
|
Method Summary | |
---|---|
void |
addBundle(Bundle bundle)
Method addBundle. |
List<Bundle> |
getBundles()
Method getBundles. |
int |
getLevel()
Get the level field. |
void |
removeBundle(Bundle bundle)
Method removeBundle. |
void |
setBundles(List<Bundle> bundles)
Set the bundles field. |
void |
setLevel(int level)
Set the level field. |
Methods inherited from class org.apache.sling.maven.projectsupport.bundlelist.BaseStartLevel |
---|
containsBundle, getBundle, removeBundle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StartLevel()
Method Detail |
---|
public void addBundle(Bundle bundle)
bundle
- public List<Bundle> getBundles()
getBundles
in class BaseStartLevel
public int getLevel()
public void removeBundle(Bundle bundle)
bundle
- public void setBundles(List<Bundle> bundles)
bundles
- public void setLevel(int level)
level
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |