Package io.outofprintmagazine.util
Class ParameterStoreProperties
- java.lang.Object
-
- io.outofprintmagazine.util.ParameterStoreProperties
-
- All Implemented Interfaces:
IParameterStore
public class ParameterStoreProperties extends Object implements IParameterStore
-
-
Constructor Summary
Constructors Constructor Description ParameterStoreProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
protected org.apache.logging.log4j.Logger
getLogger()
Properties
getProperties()
String
getProperty(String name)
void
init(com.fasterxml.jackson.databind.node.ObjectNode properties)
void
init(Properties p)
-
-
-
Constructor Detail
-
ParameterStoreProperties
public ParameterStoreProperties() throws IOException
- Throws:
IOException
-
-
Method Detail
-
getLogger
protected org.apache.logging.log4j.Logger getLogger()
-
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
-
init
public void init(Properties p) throws IOException
- Throws:
IOException
-
-