Package io.outofprintmagazine.util
Class ParameterStorePropertiesFile
- java.lang.Object
-
- io.outofprintmagazine.util.ParameterStorePropertiesFile
-
- All Implemented Interfaces:
IParameterStore
public class ParameterStorePropertiesFile extends Object implements IParameterStore
-
-
Constructor Summary
Constructors Constructor Description ParameterStorePropertiesFile()ParameterStorePropertiesFile(String path, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)protected org.apache.logging.log4j.LoggergetLogger()PropertiesgetProperties()StringgetProperty(String name)voidinit(com.fasterxml.jackson.databind.node.ObjectNode properties)voidinit(String path, String name)
-
-
-
Constructor Detail
-
ParameterStorePropertiesFile
public ParameterStorePropertiesFile() throws IOException- Throws:
IOException
-
ParameterStorePropertiesFile
public ParameterStorePropertiesFile(String path, String name) 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:
getPropertyin interfaceIParameterStore- Throws:
IOException
-
init
public void init(com.fasterxml.jackson.databind.node.ObjectNode properties) throws IOException- Specified by:
initin interfaceIParameterStore- Throws:
IOException
-
init
public void init(String path, String name) throws IOException
- Throws:
IOException
-
-