Class 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

      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
    • 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

      • 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.

    • Constructor Detail

      • ConfigurationDTO

        public ConfigurationDTO()