Uses of Class
org.owasp.dependencycheck.data.nuget.NuspecParseException
-
Packages that use NuspecParseException Package Description org.owasp.dependencycheck.data.nuget Contains classes related to parsing Nuget related files
These are used to abstract away Nuget-related handling from Dependency Check so they can be used elsewhere. -
-
Uses of NuspecParseException in org.owasp.dependencycheck.data.nuget
Methods in org.owasp.dependencycheck.data.nuget that throw NuspecParseException Modifier and Type Method Description NugetPackage
XPathNuspecParser. parse(java.io.InputStream stream)
Parse an input stream and return the resultingNugetPackage
.
-