| 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_AUTOCONF_ENABLED
The properties key for whether the Autoconf analyzer is enabled.
|
static String |
ANALYZER_BUNDLE_AUDIT_ENABLED
The properties key for whether the Ruby Bundler Audit analyzer is
enabled.
|
static String |
ANALYZER_BUNDLE_AUDIT_PATH
The path to bundle-audit, 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_CMAKE_ENABLED
The properties key for whether the CMake analyzer is enabled.
|
static String |
ANALYZER_COMPOSER_LOCK_ENABLED
The properties key for whether the composer lock file analyzer is
enabled.
|
static String |
ANALYZER_EXPERIMENTAL_ENABLED
The properties key for whether experimental analyzers are loaded.
|
static String |
ANALYZER_JAR_ENABLED
The properties key for whether the Jar Analyzer is enabled.
|
static String |
ANALYZER_NEXUS_ENABLED
The properties key for whether the Nexus analyzer is enabled.
|
static String |
ANALYZER_NEXUS_URL
The properties key for the Nexus search URL.
|
static String |
ANALYZER_NEXUS_USES_PROXY
The properties key for using the proxy to reach Nexus.
|
static String |
ANALYZER_NODE_PACKAGE_ENABLED
The properties key for whether the node.js package analyzer is
enabled.
|
static String |
ANALYZER_NUSPEC_ENABLED
The properties key for whether the .NET Nuspec analyzer is enabled.
|
static String |
ANALYZER_OPENSSL_ENABLED
The properties key for whether the OpenSSL analyzer is enabled.
|
static String |
ANALYZER_PYTHON_DISTRIBUTION_ENABLED
The properties key for whether the Python Distribution analyzer is
enabled.
|
static String |
ANALYZER_PYTHON_PACKAGE_ENABLED
The properties key for whether the Python Package analyzer is
enabled.
|
static String |
ANALYZER_RUBY_GEMSPEC_ENABLED
The properties key for whether the Ruby Gemspec 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 |
CPE_MODIFIED_VALID_FOR_DAYS
The properties key that indicates how often the CPE data needs to be
updated.
|
static String |
CPE_URL
The properties key for the URL to retrieve the CPE.
|
static String |
CVE_CHECK_VALID_FOR_HOURS
The properties key to control the skipping of the check for CVE
updates.
|
static String |
CVE_CPE_STARTS_WITH_FILTER
The starts with filter used to exclude CVE entries from the database.
|
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 |
DOWNLOADER_QUICK_QUERY_TIMESTAMP
The HTTP request method for query last modified date.
|
static String |
ENGINE_VERSION_CHECK_URL
The key to obtain the URL to retrieve the current release version
from.
|
static String |
HINTS_FILE
The key for the hint file.
|
static String |
MAX_DOWNLOAD_THREAD_POOL_SIZE
The maximum number of threads to allocate when downloading files.
|
static String |
PROXY_NON_PROXY_HOSTS
The properties key for the non proxy hosts.
|
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 |
SUPPRESSION_FILE
The key for the suppression file.
|
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_CPE_STARTS_WITH_FILTER
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_CHECK_VALID_FOR_HOURS
public static final String CVE_START_YEAR
public static final String CVE_SCHEMA_1_2
public static final String CVE_SCHEMA_2_0
public static final String CPE_MODIFIED_VALID_FOR_DAYS
public static final String CPE_URL
@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 PROXY_NON_PROXY_HOSTS
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 HINTS_FILE
public static final String ANALYZER_JAR_ENABLED
public static final String ANALYZER_EXPERIMENTAL_ENABLED
public static final String ANALYZER_ARCHIVE_ENABLED
public static final String ANALYZER_NODE_PACKAGE_ENABLED
public static final String ANALYZER_COMPOSER_LOCK_ENABLED
public static final String ANALYZER_PYTHON_DISTRIBUTION_ENABLED
public static final String ANALYZER_PYTHON_PACKAGE_ENABLED
public static final String ANALYZER_RUBY_GEMSPEC_ENABLED
public static final String ANALYZER_AUTOCONF_ENABLED
public static final String ANALYZER_CMAKE_ENABLED
public static final String ANALYZER_BUNDLE_AUDIT_ENABLED
public static final String ANALYZER_ASSEMBLY_ENABLED
public static final String ANALYZER_NUSPEC_ENABLED
public static final String ANALYZER_NEXUS_ENABLED
public static final String ANALYZER_NEXUS_URL
public static final String ANALYZER_NEXUS_USES_PROXY
public static final String ANALYZER_CENTRAL_ENABLED
public static final String ANALYZER_OPENSSL_ENABLED
public static final String ANALYZER_CENTRAL_URL
public static final String ANALYZER_ASSEMBLY_MONO_PATH
public static final String ANALYZER_BUNDLE_AUDIT_PATH
public static final String ADDITIONAL_ZIP_EXTENSIONS
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
public static final String DOWNLOADER_QUICK_QUERY_TIMESTAMP
Copyright? 2012-15 Jeremy Long. All Rights Reserved.