Uses of Class
org.owasp.dependencycheck.xml.hints.HintParseException
Packages that use HintParseException
Package
Description
Contains classes used to parse the hints file to add evidence to dependencies.
-
Uses of HintParseException in org.owasp.dependencycheck.xml.hints
Methods in org.owasp.dependencycheck.xml.hints that throw HintParseExceptionModifier and TypeMethodDescriptionvoidHintParser.parseHints(File file) Parses the given XML file and returns a list of the hints contained.voidHintParser.parseHints(InputStream inputStream) Parses the given XML stream and returns a list of the hint rules contained.