Class ConfParamServiceImpl

    • Constructor Detail

      • ConfParamServiceImpl

        public ConfParamServiceImpl​(ConfParamLogic logic)
    • Method Detail

      • list

        public Map<String,​Object> list()
        Description copied from interface: ConfParamService
        Returns the full list of defined conf parameters, with values.
        Specified by:
        list in interface ConfParamService
        Returns:
        full list of defined conf parameters, with values
      • get

        public javax.ws.rs.core.Response get​(String key)
        Description copied from interface: ConfParamService
        Returns the value(s) of the given conf parameter, if defined.
        Specified by:
        get in interface ConfParamService
        Parameters:
        key - conf parameter key
        Returns:
        the value(s) of the given conf parameter, if defined
      • set

        public void set​(String key,
                        InputStream value)
        Description copied from interface: ConfParamService
        Sets the value(s) for the given conf parameter.
        Specified by:
        set in interface ConfParamService
        Parameters:
        key - conf parameter key
        value - conf parameter value(s)
      • remove

        public void remove​(String key)
        Description copied from interface: ConfParamService
        Deletes the conf parameter matching the provided key.
        Specified by:
        remove in interface ConfParamService
        Parameters:
        key - conf parameter key