public class MixAuditProcessor extends Processor<java.io.InputStream>
| Constructor and Description |
|---|
MixAuditProcessor(Dependency mixDependency,
Engine engine)
Constructs a new processor to consume the output of `mix_audit`.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Throws any exceptions that occurred during processing.
|
void |
run() |
addSuppressedExceptions, getInput, setInputpublic MixAuditProcessor(Dependency mixDependency, Engine engine)
mixDependency - a reference to `mix.lock` dependencyengine - a reference to the dependency-check enginepublic void run()
public void close()
throws java.io.IOException,
AnalysisException,
us.springett.parsers.cpe.exceptions.CpeValidationException
java.io.IOException - thrown if there was an error reading from the processAnalysisException - thrown if an analysis error occurredus.springett.parsers.cpe.exceptions.CpeValidationException - if there is an error building the
CPE/VulnerableSoftware objectCopyright© 2012-21 Jeremy Long. All Rights Reserved.