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