added additional settings keys

Former-commit-id: 232c1cee317c0c7b7775dd111c82f1ad44882ab9
This commit is contained in:
Jeremy Long
2014-12-06 07:36:42 -05:00
parent 83b182dda5
commit cd863b6cca

View File

@@ -50,6 +50,18 @@ public final class Settings {
private KEYS() {
//do nothing
}
/**
* The key to obtain the application name.
*/
public static final String APPLICATION_VAME = "application.name";
/**
* The key to obtain the application version.
*/
public static final String APPLICATION_VERSION = "application.version";
/**
* The key to obtain the URL to retrieve the current release version from.
*/
public static final String ENGINE_VERSION_CHECK_URL = "engine.version.url";
/**
* The properties key indicating whether or not the cached data sources should be updated.
*/