Uses of Class
org.owasp.dependencycheck.data.nuget.NugetconfParseException
-
Packages that use NugetconfParseException 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 NugetconfParseException in org.owasp.dependencycheck.data.nuget
Methods in org.owasp.dependencycheck.data.nuget that throw NugetconfParseException Modifier and Type Method Description java.util.List<NugetPackageReference>
XPathNugetconfParser. parse(java.io.InputStream stream)
Parse an input stream and return the resultingNugetPackage
.
-