@ThreadSafe
public final class GoModJsonParser
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<GoModDependency> |
process(java.io.InputStream inputStream)
Process the input stream to create the list of dependencies.
|
public static java.util.List<GoModDependency> process(java.io.InputStream inputStream) throws AnalysisException
inputStream - the InputStream to parseAnalysisException - thrown when there is an error parsing the
results of `go mod`Copyright© 2012-21 Jeremy Long. All Rights Reserved.