org.ow2.util.component
Class Components

java.lang.Object
  extended by org.ow2.util.component.Components

public class Components
extends Object

All components that have been configured.

Author:
Florent Benoit

Constructor Summary
Components()
           
 
Method Summary
 List<org.ow2.util.component.api.Component> getComponents()
          Gets the list of components.
 void setComponents(List<org.ow2.util.component.api.Component> components)
          Sets the list of components.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Components

public Components()
Method Detail

getComponents

public List<org.ow2.util.component.api.Component> getComponents()
Gets the list of components.

Returns:
the list of components.

setComponents

public void setComponents(List<org.ow2.util.component.api.Component> components)
Sets the list of components.

Parameters:
components - the list of components.


Copyright © 2007-2011 OW2 Consortium. All Rights Reserved.