Interface LocalConfiguration
-
public interface LocalConfiguration
Provide an abstraction to read the local - environment - configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
get(String key)
Access a configuration entry.Set<String>
keys()
-