@ThreadSafe public class XPathNugetconfParser extends Object implements NugetconfParser
| Constructor and Description |
|---|
XPathNugetconfParser() |
| Modifier and Type | Method and Description |
|---|---|
List<NugetPackageReference> |
parse(InputStream stream)
Parse an input stream and return the resulting
NugetPackage. |
public List<NugetPackageReference> parse(InputStream stream) throws NugetconfParseException
NugetPackage.parse in interface NugetconfParserstream - the input stream to parseNugetconfParseException - when an exception occursCopyright © 2012–2020 OWASP. All rights reserved.