public class DescriptionContainer extends Object
ComponentContainer
s.Constructor and Description |
---|
DescriptionContainer(Options options)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
add(ComponentContainer c)
Add a container to the list.
|
List<ComponentContainer> |
getComponents()
Return the list of
ComponentContainer s. |
Options |
getOptions()
Get the options
|
String |
toString() |
public DescriptionContainer(Options options)
options
- The options for this modulepublic Options getOptions()
public List<ComponentContainer> getComponents()
ComponentContainer
s.public void add(ComponentContainer c)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.