Class GrokAssemblyProcessor

  • All Implemented Interfaces:
    java.lang.AutoCloseable, java.lang.Runnable

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

      • GrokAssemblyProcessor

        public GrokAssemblyProcessor()
    • Method Detail

      • 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