Class GrokAssemblyProcessor

java.lang.Object
org.owasp.dependencycheck.utils.processing.Processor<InputStream>
org.owasp.dependencycheck.processing.GrokAssemblyProcessor
All Implemented Interfaces:
AutoCloseable, Runnable

public class GrokAssemblyProcessor extends Processor<InputStream>
Processor for the output of GrokAssembly.exe.
Author:
Jeremy Long
  • Constructor Details

    • GrokAssemblyProcessor

      public GrokAssemblyProcessor()
  • Method Details

    • getAssemblyData

      public AssemblyData getAssemblyData()
      Returns the assembly data.
      Returns:
      the assembly data
    • run

      public void run()
    • close

      public void close() throws GrokParseException
      Throws any exceptions that occurred during processing.
      Throws:
      GrokParseException - thrown if there is an error parsing the output of GrokAssembly