Uses of Class
org.owasp.dependencycheck.utils.InvalidSettingException
-
Packages that use InvalidSettingException Package Description org.owasp.dependencycheck.utils 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 InvalidSettingException Modifier and Type Method Description void
Downloader. configure(Settings settings)
Initialize the Downloader from the settings.boolean
Settings. getBoolean(@NotNull java.lang.String key)
Returns a boolean value from the properties file.java.lang.String
Settings. getConnectionString(java.lang.String connectionStringKey, java.lang.String dbFileNameKey)
Returns a connection string from the configured properties.int
Settings. getInt(@NotNull java.lang.String key)
Returns an int value from the properties file.long
Settings. getLong(@NotNull java.lang.String key)
Returns a long value from the properties file.
-