public class GoModProcessor extends Processor<java.io.InputStream>
| Constructor and Description |
|---|
GoModProcessor(Dependency goDependency,
Engine engine)
Constructs a new processor to consume the output of `go list -m -json
all`.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Throws any exceptions that occurred during processing.
|
void |
run() |
addSuppressedExceptions, getInput, setInputpublic GoModProcessor(Dependency goDependency, Engine engine)
goDependency - a reference to `go.mod` dependencyengine - a reference to the dependency-check enginepublic void run()
public void close()
throws AnalysisException
AnalysisException - thrown if an AnalysisException occurredCopyright© 2012-21 Jeremy Long. All Rights Reserved.