public class TreeConfigurationElements extends Object
Modifier and Type | Field and Description |
---|---|
protected Collection<TreeConfigurationElementsChild> |
_childNodes
The collection of child nodes
|
protected Collection<TreeConfigurationContentType> |
_contentTypesInfos
The collection of content-types info
|
Constructor and Description |
---|
TreeConfigurationElements(Collection<TreeConfigurationContentType> contentTypesInfos,
Collection<TreeConfigurationElementsChild> childNodes)
Creates a tree configuration
|
Modifier and Type | Method and Description |
---|---|
Collection<TreeConfigurationElementsChild> |
getChildren()
Get the list of children for this elements
|
Collection<TreeConfigurationContentType> |
getContentTypesConfiguration()
Content types infos
|
protected Collection<TreeConfigurationContentType> _contentTypesInfos
protected Collection<TreeConfigurationElementsChild> _childNodes
public TreeConfigurationElements(Collection<TreeConfigurationContentType> contentTypesInfos, Collection<TreeConfigurationElementsChild> childNodes)
contentTypesInfos
- the association of content types supported and message bus types (content, simple-content...). At least an empty map.childNodes
- The child nodes of this element. At least an empty collection.public Collection<TreeConfigurationContentType> getContentTypesConfiguration()
public Collection<TreeConfigurationElementsChild> getChildren()