|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.scrplugin.helper.DescriptionContainer
public class DescriptionContainer
The description container holds all ComponentContainer
s.
Constructor Summary | |
---|---|
DescriptionContainer(Options options)
Constructor |
Method Summary | |
---|---|
void |
add(ComponentContainer c)
Add a container to the list. |
java.util.List<ComponentContainer> |
getComponents()
Return the list of ComponentContainer s. |
Options |
getOptions()
Get the options |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescriptionContainer(Options options)
options
- The options for this moduleMethod Detail |
---|
public Options getOptions()
public java.util.List<ComponentContainer> getComponents()
ComponentContainer
s.
public void add(ComponentContainer c)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |