org.apache.felix.scrplugin.om
Class Components

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

public class Components
extends java.lang.Object

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


Field Summary
protected  java.util.List components
          The list of Components.
 
Constructor Summary
Components()
           
 
Method Summary
 void addComponent(Component component)
          Add a component to the list.
 java.util.List getComponents()
          Return the list of Components.
 void setComponents(java.util.List components)
          Set the list of Components.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

components

protected java.util.List components
The list of Components.

Constructor Detail

Components

public Components()
Method Detail

getComponents

public java.util.List getComponents()
Return the list of Components.


setComponents

public void setComponents(java.util.List components)
Set the list of Components.


addComponent

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



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.