Add experimental offline mode support - closes issue #121
This commit is contained in:
@@ -34,6 +34,15 @@ public interface ConfigurationAdapter
|
||||
*/
|
||||
public String getString(String path, String def);
|
||||
|
||||
/**
|
||||
* Gets a boolean from the specified path.
|
||||
*
|
||||
* @param path the path to retrieve the boolean form.
|
||||
* @param def the default value
|
||||
* @return the retrieved boolean
|
||||
*/
|
||||
public boolean getBoolean(String path, boolean def);
|
||||
|
||||
/**
|
||||
* Get the configuration all servers which may be accessible via the proxy.
|
||||
*
|
||||
|
Reference in New Issue
Block a user