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 voidDownloader. configure(Settings settings)Initialize the Downloader from the settings.booleanSettings. getBoolean(@NotNull java.lang.String key)Returns a boolean value from the properties file.java.lang.StringSettings. getConnectionString(java.lang.String connectionStringKey, java.lang.String dbFileNameKey)Returns a connection string from the configured properties.intSettings. getInt(@NotNull java.lang.String key)Returns an int value from the properties file.longSettings. getLong(@NotNull java.lang.String key)Returns a long value from the properties file.
-