|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.scrplugin.om.Components
public class Components
Components
...
Components is just a collection of Component
s.
Field Summary | |
---|---|
protected List<Component> |
components
The list of Component s. |
Constructor Summary | |
---|---|
Components()
|
Method Summary | |
---|---|
void |
addComponent(Component component)
Add a component to the list. |
List<Component> |
getComponents()
Return the list of Component s. |
int |
getSpecVersion()
Get the spec version. |
void |
setComponents(List<Component> components)
Set the list of Component s. |
void |
setSpecVersion(int value)
Set the spec version. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<Component> components
Component
s.
Constructor Detail |
---|
public Components()
Method Detail |
---|
public List<Component> getComponents()
Component
s.
public void setComponents(List<Component> components)
Component
s.
public void addComponent(Component component)
public int getSpecVersion()
public void setSpecVersion(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |