converted hint analyzer to use an externalized configuration file to simplify the resolution of issue #522

This commit is contained in:
Jeremy Long
2016-07-04 07:05:31 -04:00
parent cc751aa224
commit 960eeb19af
7 changed files with 714 additions and 5 deletions

View File

@@ -189,9 +189,13 @@ public final class Settings {
*/
public static final String MAX_DOWNLOAD_THREAD_POOL_SIZE = "max.download.threads";
/**
* The key for a list of suppression files.
* The key for the suppression file.
*/
public static final String SUPPRESSION_FILE = "suppression.file";
/**
* The key for the hint file.
*/
public static final String HINTS_FILE = "hints.file";
/**
* The properties key for whether the Jar Analyzer is enabled.
*/