Interface IConfigTemplate

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getConfig​(java.lang.String name)
      Retrieves configuration parameter by name.
      IDescriptor getConfigDescriptor​(java.util.Locale locale, java.lang.String name)
      Returns the descriptors of configuration parameter.
      java.util.Enumeration<java.lang.String> getConfigNames()
      Returns a list of configuration parameter names.
      void setConfig​(java.lang.String name, java.lang.String value)
      Sets configuration parameter.
    • Method Detail

      • getConfigNames

        java.util.Enumeration<java.lang.String> getConfigNames()
        Returns a list of configuration parameter names.
        Returns:
        parameter names
      • getConfigDescriptor

        IDescriptor getConfigDescriptor​(java.util.Locale locale,
                                        java.lang.String name)
        Returns the descriptors of configuration parameter.
        Parameters:
        locale - user locale
        name - configuration parameter name
        Returns:
        descriptor
      • setConfig

        void setConfig​(java.lang.String name,
                       java.lang.String value)
                throws EPropertyException
        Sets configuration parameter.
        Parameters:
        name - parameter name
        value - parameter value
        Throws:
        EPropertyException - failed to set parameter
      • getConfig

        java.lang.String getConfig​(java.lang.String name)
        Retrieves configuration parameter by name.
        Returns:
        parameter