Class Trace
java.lang.Object
org.nuxeo.ecm.automation.core.trace.Trace
- Since:
 - 5.7.3
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetCalls()getChain()getError()getInput()protected voidlitePrint(BufferedWriter writer) protected voidlitePrintCall(List<Call> calls, BufferedWriter writer) print(boolean litePrint) protected voidprint(BufferedWriter writer) protected voidprintCalls(List<Call> calls, BufferedWriter writer) protected voidprintHeading(String heading, BufferedWriter writer) toString() 
- 
Field Details
- 
parent
 - 
chain
 - 
calls
 - 
input
 - 
output
 - 
error
 
 - 
 - 
Constructor Details
- 
Trace
 
 - 
 - 
Method Details
- 
getParent
 - 
getChain
 - 
getError
 - 
getInput
 - 
getOutput
 - 
getCalls
 - 
toString
 - 
printHeading
- Throws:
 IOException
 - 
litePrint
- Throws:
 IOException
 - 
litePrintCall
- Throws:
 IOException
 - 
print
- Throws:
 IOException
 - 
printCalls
- Throws:
 IOException
 - 
print
 
 -