public class XPathMSBuildProjectParser
extends java.lang.Object
| Constructor and Description |
|---|
XPathMSBuildProjectParser() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NugetPackageReference> |
parse(java.io.InputStream stream,
java.util.Properties props,
java.util.Map<java.lang.String,java.lang.String> centrallyManaged)
Parses the given stream for MSBuild PackageReference elements.
|
public java.util.List<NugetPackageReference> parse(java.io.InputStream stream, java.util.Properties props, java.util.Map<java.lang.String,java.lang.String> centrallyManaged) throws MSBuildProjectParseException
stream - the input stream to parseprops - the Directory.Build.props propertiescentrallyManaged - a map of centrally managed package referencesMSBuildProjectParseException - if an exception occursCopyright© 2012-21 Jeremy Long. All Rights Reserved.