org.e2etrace.formatter
Interface ITraceFormatter

All Known Implementing Classes:
AbstractTraceFormatter, CSVTraceFormatter, PlainTextTraceFormatter

public interface ITraceFormatter

Formatters traverse a tree of trace steps and generate formatted output.

Author:
Gunther Popp

Method Summary
 void format(ITraceSession session, Writer toWriter)
          Generate a formatted output for the supplied trace session.
 

Method Detail

format

void format(ITraceSession session,
            Writer toWriter)
            throws IOException
Generate a formatted output for the supplied trace session.

Parameters:
session - trace session
toWriter - Writer to send the output to
Throws:
IOException - A problem occured sending the output to toWriter


Copyright © 2013 Gunther Popp. All Rights Reserved.