| Modifier and Type | Field and Description |
|---|---|
protected List<Call> |
calls |
protected OperationType |
chain |
protected OperationException |
error |
protected Object |
input |
protected Object |
output |
protected Call |
parent |
| Modifier | Constructor and Description |
|---|---|
protected |
Trace(Call parent,
OperationType chain,
List<Call> calls,
Object input,
Object output,
OperationException error) |
| Modifier and Type | Method and Description |
|---|---|
List<Call> |
getCalls() |
OperationType |
getChain() |
OperationException |
getError() |
Object |
getInput() |
Object |
getOutput() |
Call |
getParent() |
protected void |
litePrint(BufferedWriter writer) |
protected void |
litePrintCall(List<Call> calls,
BufferedWriter writer) |
String |
print(boolean litePrint) |
protected void |
print(BufferedWriter writer) |
protected void |
printCalls(List<Call> calls,
BufferedWriter writer) |
protected void |
printHeading(String heading,
BufferedWriter writer) |
String |
toString() |
protected final OperationType chain
protected final OperationException error
protected Trace(Call parent, OperationType chain, List<Call> calls, Object input, Object output, OperationException error)
public OperationType getChain()
public OperationException getError()
protected void printHeading(String heading, BufferedWriter writer) throws IOException
IOExceptionprotected void litePrint(BufferedWriter writer) throws IOException
IOExceptionprotected void litePrintCall(List<Call> calls, BufferedWriter writer) throws IOException
IOExceptionprotected void print(BufferedWriter writer) throws IOException
IOExceptionprotected void printCalls(List<Call> calls, BufferedWriter writer) throws IOException
IOExceptionCopyright © 2019 Nuxeo. All rights reserved.