mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
added additional settings keys
Former-commit-id: 232c1cee317c0c7b7775dd111c82f1ad44882ab9
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user