Class ConfigurationDTO

java.lang.Object
org.osgi.dto.DTO
org.osgi.service.cdi.runtime.dto.ConfigurationDTO

public class ConfigurationDTO extends org.osgi.dto.DTO
A snapshot of the runtime state of a component factory configuration dependency
Author:
$Id: 6bfab29fd2ca404d7c08d22c61801dcf6bdffd41 $
  • Field Details

    • template

      public ConfigurationTemplateDTO template
      The template of this configuration dependency

      Must never be null

    • properties

      public Map<String,Object> properties
      The properties of this configuration.

      The configuration dependency is satisfied when not null.

  • Constructor Details

    • ConfigurationDTO

      public ConfigurationDTO()