Class CSVOutputter

java.lang.Object
org.eclipse.mat.report.internal.OutputterBase
org.eclipse.mat.report.internal.CSVOutputter
All Implemented Interfaces:
IOutputter

public class CSVOutputter extends OutputterBase
  • Constructor Details

    • CSVOutputter

      public CSVOutputter()
  • Method Details

    • process

      public void process(IOutputter.Context context, IResult result, Writer writer) throws IOException
      Description copied from interface: IOutputter
      Write this result to the output, presuming the writer has just been opened.
      Parameters:
      context - the context, which controls how the output should be done
      result - the result to be formatted
      writer - where the formatted output should go
      Throws:
      IOException - if something went wrong writing this result
    • embedd

      public void embedd(IOutputter.Context context, IResult result, Writer writer) throws IOException
      Description copied from interface: IOutputter
      Add this result to the output.
      Parameters:
      context - the context, which controls how the output should be done
      result - the result to be formatted
      writer - where the formatted output should go
      Throws:
      IOException - if something went wrong writing this result