Class GrokAssemblyProcessor
java.lang.Object
org.owasp.dependencycheck.utils.processing.Processor<InputStream>
org.owasp.dependencycheck.processing.GrokAssemblyProcessor
- All Implemented Interfaces:
AutoCloseable, Runnable
Processor for the output of GrokAssembly.exe.
- Author:
- Jeremy Long
-
Constructor Details
-
GrokAssemblyProcessor
public GrokAssemblyProcessor()
-
-
Method Details
-
getAssemblyData
-
run
public void run() -
close
Throws any exceptions that occurred during processing.- Throws:
GrokParseException- thrown if there is an error parsing the output of GrokAssembly
-