Package io.outofprintmagazine.util
Class ParameterStoreLocal
- java.lang.Object
-
- io.outofprintmagazine.util.ParameterStoreLocal
-
- All Implemented Interfaces:
IParameterStore
public class ParameterStoreLocal extends Object implements IParameterStore
-
-
Constructor Summary
Constructors Constructor Description ParameterStoreLocal()
ParameterStoreLocal(com.fasterxml.jackson.databind.node.ObjectNode properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Properties
getProperties()
String
getProperty(String name)
void
init(com.fasterxml.jackson.databind.node.ObjectNode properties)
-
-
-
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 interfaceIParameterStore
- Throws:
IOException
-
init
public void init(com.fasterxml.jackson.databind.node.ObjectNode properties) throws IOException
- Specified by:
init
in interfaceIParameterStore
- Throws:
IOException
-
-