public class TracePrinter extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
preamble |
protected BufferedWriter |
writer |
Constructor and Description |
---|
TracePrinter(OutputStream out) |
TracePrinter(Writer writer) |
Modifier and Type | Method and Description |
---|---|
void |
litePrint(Trace trace) |
void |
litePrintCall(List<Call> calls) |
void |
print(Call call) |
void |
print(List<Call> calls) |
void |
print(Trace trace) |
void |
printCall(Call call) |
protected void |
printHeading(String heading) |
protected void |
printLine(String line) |
protected final BufferedWriter writer
public TracePrinter(Writer writer)
public TracePrinter(OutputStream out)
protected void printLine(String line) throws IOException
IOException
protected void printHeading(String heading) throws IOException
IOException
public void print(Trace trace) throws IOException
IOException
public void print(List<Call> calls) throws IOException
IOException
public void print(Call call) throws IOException
IOException
public void litePrint(Trace trace) throws IOException
IOException
public void litePrintCall(List<Call> calls) throws IOException
IOException
Copyright © 2015 Nuxeo SA. All rights reserved.