public class DirectoryPackagesPropsParser
extends java.lang.Object
| Constructor and Description |
|---|
DirectoryPackagesPropsParser() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
parse(java.io.InputStream stream,
java.util.Properties props)
Parses the given stream for Directory.Packages.props elements.
|
public java.util.Map<java.lang.String,java.lang.String> parse(java.io.InputStream stream,
java.util.Properties props)
throws MSBuildProjectParseException
stream - the input stream to parseprops - the Directory.Build.props propertiesMSBuildProjectParseException - if an exception occursCopyright© 2012-21 Jeremy Long. All Rights Reserved.