Uses of Class
org.owasp.dependencycheck.utils.AutoCloseableInputSource
Packages that use AutoCloseableInputSource
Package
Description
Includes various utility classes such as a Settings wrapper, utilities to make URL Connections, etc.
-
Uses of AutoCloseableInputSource in org.owasp.dependencycheck.utils
Methods in org.owasp.dependencycheck.utils that return AutoCloseableInputSourceModifier and TypeMethodDescriptionstatic AutoCloseableInputSourceAutoCloseableInputSource.fromResource(String resourceLocation) Methods in org.owasp.dependencycheck.utils with parameters of type AutoCloseableInputSourceModifier and TypeMethodDescriptionstatic XMLReaderXmlUtils.buildSecureValidatingXmlReader(AutoCloseableInputSource... schemas) Constructs a validating secure SAX XMLReader that can validate against schemas maintained locally.