public interface ConfigReader
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAllConfigs()
Return all the configurations in the config reader
|
String |
readConfig(String name,
String defaultValue)
Returns the value of the system property if set else the default value is returned
|
Copyright © 2021. All rights reserved.