| Modifier and Type | Field and Description |
|---|---|
static String |
ADDITIONAL_ZIP_EXTENSIONS
The additional configured zip file extensions, if available.
|
static String |
ANALYZER_ARCHIVE_ENABLED
The properties key for whether the Archive analyzer is enabled.
|
static String |
ANALYZER_ASSEMBLY_ENABLED
The properties key for whether the .NET Assembly analyzer is enabled.
|
static String |
ANALYZER_ASSEMBLY_MONO_PATH
The path to mono, if available.
|
static String |
ANALYZER_CENTRAL_ENABLED
The properties key for whether the Central analyzer is enabled.
|
static String |
ANALYZER_CENTRAL_URL
The properties key for the Central search URL.
|
static String |
ANALYZER_JAR_ENABLED
The properties key for whether the Jar Analyzer is enabled.
|
static String |
ANALYZER_JAVASCRIPT_ENABLED
The properties key for whether the JavaScript analyzer is enabled.
|
static String |
ANALYZER_NEXUS_ENABLED
The properties key for whether the Nexus analyzer is enabled.
|
static String |
ANALYZER_NEXUS_PROXY
The properties key for using the proxy to reach Nexus.
|
static String |
ANALYZER_NEXUS_URL
The properties key for the Nexus search URL.
|
static String |
ANALYZER_NUSPEC_ENABLED
The properties key for whether the .NET Nuspec analyzer is enabled.
|
static String |
APPLICATION_VAME
The key to obtain the application name.
|
static String |
APPLICATION_VERSION
The key to obtain the application version.
|
static String |
AUTO_UPDATE
The properties key indicating whether or not the cached data sources should be updated.
|
static String |
CONNECTION_TIMEOUT
The properties key for the connection timeout.
|
static String |
CVE_META_URL
The properties key for the URL to retrieve the "meta" data from about the CVE entries.
|
static String |
CVE_MODIFIED_12_URL
The properties key for the URL to retrieve the recently modified and added CVE entries (last 8 days) using
the 1.2 schema.
|
static String |
CVE_MODIFIED_20_URL
The properties key for the URL to retrieve the recently modified and added CVE entries (last 8 days) using
the 2.0 schema.
|
static String |
CVE_MODIFIED_VALID_FOR_DAYS
The properties key for the URL to retrieve the recently modified and added CVE entries (last 8 days).
|
static String |
CVE_SCHEMA_1_2
The properties key for the CVE schema version 1.2.
|
static String |
CVE_SCHEMA_2_0
The properties key for the CVE schema version 2.0.
|
static String |
CVE_START_YEAR
The properties key for the telling us how many cve.url.* URLs exists.
|
static String |
DATA_DIRECTORY
The base path to use for the data directory (for embedded db).
|
static String |
DB_CONNECTION_STRING
The database connection string.
|
static String |
DB_DRIVER_NAME
The database driver class name.
|
static String |
DB_DRIVER_PATH
The database driver class name.
|
static String |
DB_FILE_NAME
The database file name.
|
static String |
DB_PASSWORD
The password to authenticate to the database.
|
static String |
DB_USER
The username to use when connecting to the database.
|
static String |
DB_VERSION
The database schema version.
|
static String |
ENGINE_VERSION_CHECK_URL
The key to obtain the URL to retrieve the current release version from.
|
static String |
MAX_DOWNLOAD_THREAD_POOL_SIZE
The maximum number of threads to allocate when downloading files.
|
static String |
PROXY_PASSWORD
The properties key for the proxy password.
|
static String |
PROXY_PORT
The properties key for the proxy port - this must be an integer value.
|
static String |
PROXY_SERVER
The properties key for the proxy server.
|
static String |
PROXY_URL
Deprecated.
use
PROXY_SERVER instead. |
static String |
PROXY_USERNAME
The properties key for the proxy username.
|
static String |
SKIP_PROVIDED_SCOPE
The properties key for whether Provided Scope dependencies should be skipped.
|
static String |
SKIP_RUNTIME_SCOPE
The properties key for whether Runtime Scope dependencies should be skipped.
|
static String |
SKIP_TEST_SCOPE
The properties key for whether Test Scope dependencies should be skipped.
|
static String |
SUPPRESSION_FILE
The key for a list of suppression files.
|
static String |
TEMP_DIRECTORY
The location of the temporary directory.
|
static String |
VFEED_CONNECTION_STRING
The key to obtain the VFEED connection string.
|
static String |
VFEED_DATA_FILE
The key to obtain the path to the VFEED data file.
|
static String |
VFEED_DOWNLOAD_FILE
The key to obtain the download file name for the VFeed data.
|
static String |
VFEED_DOWNLOAD_URL
The key to obtain the base download URL for the VFeed data file.
|
static String |
VFEED_UPDATE_STATUS
The key to obtain the VFeed update status.
|
public static final String APPLICATION_VAME
public static final String APPLICATION_VERSION
public static final String ENGINE_VERSION_CHECK_URL
public static final String AUTO_UPDATE
public static final String DB_DRIVER_NAME
public static final String DB_DRIVER_PATH
public static final String DB_CONNECTION_STRING
public static final String DB_USER
public static final String DB_PASSWORD
public static final String DATA_DIRECTORY
public static final String DB_FILE_NAME
public static final String DB_VERSION
public static final String CVE_META_URL
public static final String CVE_MODIFIED_20_URL
public static final String CVE_MODIFIED_12_URL
public static final String CVE_MODIFIED_VALID_FOR_DAYS
public static final String CVE_START_YEAR
public static final String CVE_SCHEMA_1_2
public static final String CVE_SCHEMA_2_0
@Deprecated public static final String PROXY_URL
PROXY_SERVER instead.public static final String PROXY_SERVER
public static final String PROXY_PORT
public static final String PROXY_USERNAME
public static final String PROXY_PASSWORD
public static final String CONNECTION_TIMEOUT
public static final String TEMP_DIRECTORY
public static final String MAX_DOWNLOAD_THREAD_POOL_SIZE
public static final String SUPPRESSION_FILE
public static final String ANALYZER_JAR_ENABLED
public static final String ANALYZER_ARCHIVE_ENABLED
public static final String ANALYZER_ASSEMBLY_ENABLED
public static final String ANALYZER_NUSPEC_ENABLED
public static final String ANALYZER_JAVASCRIPT_ENABLED
public static final String ANALYZER_NEXUS_ENABLED
public static final String ANALYZER_NEXUS_URL
public static final String ANALYZER_NEXUS_PROXY
public static final String ANALYZER_CENTRAL_ENABLED
public static final String ANALYZER_CENTRAL_URL
public static final String ANALYZER_ASSEMBLY_MONO_PATH
public static final String ADDITIONAL_ZIP_EXTENSIONS
public static final String SKIP_TEST_SCOPE
public static final String SKIP_RUNTIME_SCOPE
public static final String SKIP_PROVIDED_SCOPE
public static final String VFEED_DATA_FILE
public static final String VFEED_CONNECTION_STRING
public static final String VFEED_DOWNLOAD_URL
public static final String VFEED_DOWNLOAD_FILE
public static final String VFEED_UPDATE_STATUS
Copyright© 2012-15 Jeremy Long. All Rights Reserved.