Uses of Class
org.owasp.dependencycheck.utils.Settings
-
Packages that use Settings Package Description org.owasp.dependencycheck.utils Includes various utility classes such as a Settings wrapper, utilities to make URL Connections, etc.org.owasp.dependencycheck.utils.scarf -
-
Uses of Settings in org.owasp.dependencycheck.utils
Methods in org.owasp.dependencycheck.utils with parameters of type Settings Modifier and Type Method Description voidDownloader. configure(Settings settings)Initialize the Downloader from the settings. -
Uses of Settings in org.owasp.dependencycheck.utils.scarf
Methods in org.owasp.dependencycheck.utils.scarf with parameters of type Settings Modifier and Type Method Description static voidTelemetryCollector. send(Settings settings)static voidTelemetryCollector. send(Settings settings, java.lang.String tool, java.lang.String version)
-