Class Trace
java.lang.Object
org.nuxeo.ecm.automation.core.trace.Trace
- Since:
- 5.7.3
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCalls()
getChain()
getError()
getInput()
protected void
litePrint
(BufferedWriter writer) protected void
litePrintCall
(List<Call> calls, BufferedWriter writer) print
(boolean litePrint) protected void
print
(BufferedWriter writer) protected void
printCalls
(List<Call> calls, BufferedWriter writer) protected void
printHeading
(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
-