Uses of Class
org.owasp.dependencycheck.utils.InvalidSettingException
Packages that use InvalidSettingException
Package
Description
Includes various utility classes such as a Settings wrapper, utilities to make URL Connections, etc.
-
Uses of InvalidSettingException in org.owasp.dependencycheck.utils
Methods in org.owasp.dependencycheck.utils that throw InvalidSettingExceptionModifier and TypeMethodDescriptionvoidInitialize the Downloader from the settings.booleanSettings.getBoolean(@NonNull String key) Returns a boolean value from the properties file.Settings.getConnectionString(String connectionStringKey, String dbFileNameKey) Returns a connection string from the configured properties.intReturns an int value from the properties file.longReturns a long value from the properties file.