org.apache.felix.scrplugin.helper
Class DescriptionContainer

java.lang.Object
  extended by org.apache.felix.scrplugin.helper.DescriptionContainer

public class DescriptionContainer
extends java.lang.Object

The description container holds all ComponentContainers.


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 ComponentContainers.
 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

DescriptionContainer

public DescriptionContainer(Options options)
Constructor

Parameters:
options - The options for this module
Method Detail

getOptions

public Options getOptions()
Get the options

Returns:
The options

getComponents

public java.util.List<ComponentContainer> getComponents()
Return the list of ComponentContainers.


add

public void add(ComponentContainer c)
Add a container to the list.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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