Interface ApplicationPreferencesLoader
-
public interface ApplicationPreferencesLoaderA service that can load preferences from a persistent store
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>load()Load key-value Map of preferences
-