Class ContainerTemplateDTO


  • public class ContainerTemplateDTO
    extends org.osgi.dto.DTO
    Description of a CDI container.
    Author:
    $Id: 64a7a4d7625387456b0492db48bf2adf1a2b928d $
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • id

        public java.lang.String id
        The id of the CDI container.
      • extensions

        public java.util.List<ExtensionTemplateDTO> 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

        public java.util.List<ComponentTemplateDTO> 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 Detail

      • ContainerTemplateDTO

        public ContainerTemplateDTO()