Package io.outofprintmagazine.util
Interface IParameterStore
-
- All Known Implementing Classes:
ParameterStoreJsonObject
,ParameterStoreProperties
,ParameterStorePropertiesFile
public interface IParameterStore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getProperty(String name)
void
init(com.fasterxml.jackson.databind.node.ObjectNode properties)
-
-
-
Method Detail
-
getProperty
String getProperty(String name) throws IOException
- Throws:
IOException
-
init
void init(com.fasterxml.jackson.databind.node.ObjectNode properties) throws IOException
- Throws:
IOException
-
-