Uses of Class
org.owasp.dependencycheck.xml.hints.HintRule
-
Packages that use HintRule Package Description org.owasp.dependencycheck.xml.hints Contains classes used to parse the hints file to add evidence to dependencies. -
-
Uses of HintRule in org.owasp.dependencycheck.xml.hints
Methods in org.owasp.dependencycheck.xml.hints that return types with arguments of type HintRule Modifier and Type Method Description java.util.List<HintRule>
HintHandler. getHintRules()
Returns the list of hint rules.java.util.List<HintRule>
HintParser. getHintRules()
Returns the hint rules.
-