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 a
component
factory
configuration dependency- Author:
- $Id: 6bfab29fd2ca404d7c08d22c61801dcf6bdffd41 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe properties of this configuration.The template of this configuration dependency -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.osgi.dto.DTO
toString
-
Field Details
-
template
The template of this configuration dependencyMust never be
null
-
properties
The properties of this configuration.The configuration dependency is satisfied when not
null
.
-
-
Constructor Details
-
ConfigurationDTO
public ConfigurationDTO()
-