Class ConfigurationDTO

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

public class ConfigurationDTO extends DTO
A snapshot of the runtime state of a component factory configuration dependency
"NotThreadSafe"
  • 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()