Package org.cdlib.mrt.tools
Interface UC3ConfigResolver
- All Known Implementing Classes:
DefaultConfigResolver
,MockConfigResolver
,SSMConfigResolver
public interface UC3ConfigResolver
- Author:
- TBrady Class used to define the interface to the SSM Class (for the purpose of implementing a mock)
-
Method Summary
Modifier and TypeMethodDescriptiongetResolvedStorageNode
(long num) getResolvedValue
(String parameterName) resolveValues
(LinkedHashMap<String, Object> lmap) void
setDefaultReturn
(String defaultReturn) void
setSsmPath
(String ssmPath)
-
Method Details
-
getResolvedValue
- Throws:
TException
-
getResolvedStorageNode
- Throws:
TException
-
getSsmPath
String getSsmPath() -
setSsmPath
-
setDefaultReturn
-
resolveValues
LinkedHashMap<String,Object> resolveValues(LinkedHashMap<String, Object> lmap) throws RuntimeConfigException- Throws:
RuntimeConfigException
-