mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 00:59:34 +01:00
removed unused properties and added BATCH_UPDATE_URL
Former-commit-id: ef80d9a274071342026a619b88183bfca4988074
This commit is contained in:
@@ -67,6 +67,11 @@ public final class Settings {
|
|||||||
* The base path to use for the data directory.
|
* The base path to use for the data directory.
|
||||||
*/
|
*/
|
||||||
public static final String DATA_DIRECTORY = "data.directory";
|
public static final String DATA_DIRECTORY = "data.directory";
|
||||||
|
/**
|
||||||
|
* The location of the batch update URL. This is a zip file that
|
||||||
|
* contains the contents of the data directory.
|
||||||
|
*/
|
||||||
|
public static final String BATCH_UPDATE_URL = "batch.update.url";
|
||||||
/**
|
/**
|
||||||
* The properties key for the path where the CPE Lucene Index will be
|
* The properties key for the path where the CPE Lucene Index will be
|
||||||
* stored.
|
* stored.
|
||||||
@@ -77,14 +82,6 @@ public final class Settings {
|
|||||||
* stored.
|
* stored.
|
||||||
*/
|
*/
|
||||||
public static final String CVE_DATA_DIRECTORY = "data.cve";
|
public static final String CVE_DATA_DIRECTORY = "data.cve";
|
||||||
/**
|
|
||||||
* The properties key for the URL to the CPE.
|
|
||||||
*/
|
|
||||||
public static final String CPE_URL = "cpe.url";
|
|
||||||
/**
|
|
||||||
* The properties key for the URL to the CPE.
|
|
||||||
*/
|
|
||||||
public static final String CPE_META_URL = "cpe.meta.url";
|
|
||||||
/**
|
/**
|
||||||
* The properties key for the URL to retrieve the "meta" data from about
|
* The properties key for the URL to retrieve the "meta" data from about
|
||||||
* the CVE entries.
|
* the CVE entries.
|
||||||
|
|||||||
Reference in New Issue
Block a user