public class ContainerDTO extends DTO
Modifier and Type | Field and Description |
---|---|
BundleDTO |
bundle
The bundle declaring the CDI container.
|
long |
changeCount
The change count of the container at the time this DTO was created
|
List<ComponentDTO> |
components
The components defined by this CDI container.
|
List<String> |
errors
The list of errors reported during attempted initialization of the container
instance.
|
List<ExtensionDTO> |
extensions
The extension dependencies of this CDI container.
|
ContainerTemplateDTO |
template
The template of this Container DTO.
|
Constructor and Description |
---|
ContainerDTO() |
public ContainerTemplateDTO template
Must not be null
.
public List<String> errors
public long changeCount
Must not be 0.
public BundleDTO bundle
Must not be 0.
public List<ExtensionDTO> extensions
Must not be null
.
public List<ComponentDTO> components
Must not be null
. The list always contains at least one element
representing the container component
. See
Container Component.
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0