Class XPathNugetconfParser
java.lang.Object
org.owasp.dependencycheck.data.nuget.XPathNugetconfParser
Parse a packages.config file using XPath.
- Author:
- doshyt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(InputStream stream) Parse an input stream and return the resultingNugetPackage.
-
Constructor Details
-
XPathNugetconfParser
public XPathNugetconfParser()
-
-
Method Details
-
parse
Parse an input stream and return the resultingNugetPackage.- Parameters:
stream- the input stream to parse- Returns:
- the populated bean
- Throws:
NugetconfParseException- when an exception occurs
-