public class XPathMSBuildProjectParser extends Object implements MSBuildProjectParser
| Constructor and Description |
|---|
XPathMSBuildProjectParser() |
| Modifier and Type | Method and Description |
|---|---|
List<NugetPackageReference> |
parse(InputStream stream)
Parses the given stream for MSBuild PackageReference elements.
|
public List<NugetPackageReference> parse(InputStream stream) throws MSBuildProjectParseException
parse in interface MSBuildProjectParserstream - the input stream to parseMSBuildProjectParseException - if an exception occursCopyright © 2012–2020 OWASP. All rights reserved.