Package org.osgi.service.cdi.runtime.dto
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 acomponent factory
configuration dependency- Author:
- $Id: 6bfab29fd2ca404d7c08d22c61801dcf6bdffd41 $
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Map<java.lang.String,java.lang.Object>
properties
The properties of this configuration.ConfigurationTemplateDTO
template
The template of this configuration dependency
-
Constructor Summary
Constructors Constructor Description ConfigurationDTO()
-
-
-
Field Detail
-
template
public ConfigurationTemplateDTO template
The template of this configuration dependencyMust never be
null
-
properties
public java.util.Map<java.lang.String,java.lang.Object> properties
The properties of this configuration.The configuration dependency is satisfied when not
null
.
-
-