public class BundlerAuditProcessor extends Processor<java.io.InputStream>
| Constructor and Description |
|---|
BundlerAuditProcessor(Dependency gemDependency,
Engine engine)
Constructs a new processor to consume the output of `bundler-audit`.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Throws any exceptions that occurred during processing.
|
void |
run() |
addSuppressedExceptions, getInput, setInputpublic BundlerAuditProcessor(Dependency gemDependency, Engine engine)
gemDependency - a reference to `gem.lock` dependencyengine - a reference to the dependency-check enginepublic void close()
throws java.io.IOException,
us.springett.parsers.cpe.exceptions.CpeValidationException
java.io.IOException - thrown if an IO Exception occurredus.springett.parsers.cpe.exceptions.CpeValidationException - thrown if a CPE validation exception
occurredpublic void run()
Copyright© 2012-21 Jeremy Long. All Rights Reserved.