Class Trace
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.trace.Trace
-
public class Trace extends Object
- Since:
- 5.7.3
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Call>
getCalls()
OperationType
getChain()
Exception
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()
-
-
-
Method Detail
-
getParent
public Call getParent()
-
getChain
public OperationType getChain()
-
getError
public Exception getError()
-
getInput
public Object getInput()
-
getOutput
public Object getOutput()
-
printHeading
protected void printHeading(String heading, BufferedWriter writer) throws IOException
- Throws:
IOException
-
litePrint
protected void litePrint(BufferedWriter writer) throws IOException
- Throws:
IOException
-
litePrintCall
protected void litePrintCall(List<Call> calls, BufferedWriter writer) throws IOException
- Throws:
IOException
-
print
protected void print(BufferedWriter writer) throws IOException
- Throws:
IOException
-
printCalls
protected void printCalls(List<Call> calls, BufferedWriter writer) throws IOException
- Throws:
IOException
-
print
public String print(boolean litePrint)
-
-