Class Configuration

    • Constructor Detail

      • Configuration

        public Configuration​(String pid,
                             String factoryPid)
        Create a new configuration
        Parameters:
        pid - The pid or alias for a factory pid
        factoryPid - The factory pid
    • Method Detail

      • getPid

        public String getPid()
        Get the pid. If this is a factory configuration, it returns the alias for the configuration
        Returns:
        The pid.
      • getFactoryPid

        public String getFactoryPid()
        Return the factory pid
        Returns:
        The factory pid or null.
      • isSpecial

        public boolean isSpecial()
        Is this a special configuration?
        Returns:
        Special config
      • getProperties

        public Dictionary<String,​Object> getProperties()
        Get all properties of the configuration.
        Returns:
        The properties