| Package | Description |
|---|---|
| org.owasp.dependencycheck.data.nuget |
Contains classes related to parsing Nuget related files
These are used to abstract away Nuget-related handling from Dependency Check so they can be used elsewhere. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
DirectoryBuildPropsParser.parse(java.io.InputStream stream)
Parse the properties from the `Directory.Build.props` file InputStream.If
any import nodes are found while parsing, the values will be available
via `getImports()` after parsing is complete.
|
java.util.Map<java.lang.String,java.lang.String> |
DirectoryPackagesPropsParser.parse(java.io.InputStream stream,
java.util.Properties props)
Parses the given stream for Directory.Packages.props elements.
|
java.util.List<NugetPackageReference> |
XPathMSBuildProjectParser.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.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.