Class ContainerTemplateDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.cdi.runtime.dto.template.ContainerTemplateDTO
Description of a CDI container.
- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionThe components defined in this CDI container.The extension dependencies of this CDI container.The id of the CDI container. -
Constructor Summary
-
Method Summary
-
Field Details
-
id
The id of the CDI container. -
extensions
The extension dependencies of this CDI container.Must not be
null
May be empty if the CDI container does not require CDI extensions.
-
components
The components defined in this CDI container.Must not be
null
Has at lest one element for the
container component
. See Container Component.
-
-
Constructor Details
-
ContainerTemplateDTO
public ContainerTemplateDTO()
-