Uses of Package
org.owasp.dependencycheck.utils
-
Packages that use org.owasp.dependencycheck.utils Package Description org.owasp.dependencycheck.utils Includes various utility classes such as a Settings wrapper, utilities to make URL Connections, etc. -
Classes in org.owasp.dependencycheck.utils used by org.owasp.dependencycheck.utils Class Description Downloader A Utility class to centralize download logic like HTTP(S) proxy configuration and proxy- and server credential handling.DownloadFailedException An exception used when a download fails.InvalidSettingException An exception used when an error occurs reading a setting.ResourceNotFoundException An exception used when the resource could not be retrieved because a 404 was received.Settings A simple settings container that wraps the dependencycheck.properties file.TooManyRequestsException An exception used when the server has blocked the requests due to too many requests.URLConnectionFailureException An exception used when the creation of an URLConnection fails.