public interface NuspecParser
| Modifier and Type | Method and Description |
|---|---|
NugetPackage |
parse(InputStream stream)
Parse an input stream and return the resulting
NugetPackage. |
NugetPackage parse(InputStream stream) throws NuspecParseException
NugetPackage.stream - the input stream to parseNuspecParseException - when an exception occursCopyright © 2012–2020 OWASP. All rights reserved.