Class ParameterStoreLocal

  • All Implemented Interfaces:
    io.outofprintmagazine.util.IParameterStore

    public class ParameterStoreLocal
    extends Object
    implements io.outofprintmagazine.util.IParameterStore
    • Constructor Detail

      • ParameterStoreLocal

        public ParameterStoreLocal()
      • ParameterStoreLocal

        public ParameterStoreLocal​(com.fasterxml.jackson.databind.node.ObjectNode properties)
                            throws IOException
        Throws:
        IOException
    • Method Detail

      • getProperties

        public Properties getProperties()
      • getProperty

        public String getProperty​(String name)
                           throws IOException
        Specified by:
        getProperty in interface io.outofprintmagazine.util.IParameterStore
        Throws:
        IOException
      • init

        public void init​(com.fasterxml.jackson.databind.node.ObjectNode properties)
                  throws IOException
        Specified by:
        init in interface io.outofprintmagazine.util.IParameterStore
        Throws:
        IOException