org.apache.felix.scrplugin.om
Class Components

java.lang.Object
  extended by org.apache.felix.scrplugin.om.Components

public class Components
extends Object

Components... Components is just a collection of Components.


Field Summary
protected  List<Component> components
          The list of Components.
 
Constructor Summary
Components()
           
 
Method Summary
 void addComponent(Component component)
          Add a component to the list.
 List<Component> getComponents()
          Return the list of Components.
 int getSpecVersion()
          Get the spec version.
 void setComponents(List<Component> components)
          Set the list of Components.
 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

components

protected List<Component> components
The list of Components.

Constructor Detail

Components

public Components()
Method Detail

getComponents

public List<Component> getComponents()
Return the list of Components.


setComponents

public void setComponents(List<Component> components)
Set the list of Components.


addComponent

public void addComponent(Component component)
Add a component to the list.


getSpecVersion

public int getSpecVersion()
Get the spec version.


setSpecVersion

public void setSpecVersion(int value)
Set the spec version.



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.