Add experimental offline mode support - closes issue #121

This commit is contained in:
md_5
2013-02-12 11:48:38 +11:00
parent 0d5099bee5
commit d17c457040
5 changed files with 22 additions and 2 deletions

View File

@@ -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.
*