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()OperationTypegetChain()ExceptiongetError()ObjectgetInput()ObjectgetOutput()CallgetParent()protected voidlitePrint(BufferedWriter writer)protected voidlitePrintCall(List<Call> calls, BufferedWriter writer)Stringprint(boolean litePrint)protected voidprint(BufferedWriter writer)protected voidprintCalls(List<Call> calls, BufferedWriter writer)protected voidprintHeading(String heading, BufferedWriter writer)StringtoString()
-
-
-
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)
-
-