Class AbstractDebugInfo
- java.lang.Object
-
- org.activiti.engine.test.impl.logger.AbstractDebugInfo
-
- All Implemented Interfaces:
DebugInfo
- Direct Known Subclasses:
DebugInfoExecutionCreated,DebugInfoExecutionDeleted,DebugInfoOperationExecuted
public abstract class AbstractDebugInfo extends java.lang.Object implements DebugInfo
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<DebugInfoExecutionTree>executionTrees
-
Constructor Summary
Constructors Constructor Description AbstractDebugInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddExecutionTree(DebugInfoExecutionTree executionTree)java.util.List<DebugInfoExecutionTree>getExecutionTrees()voidsetExecutionTrees(java.util.List<DebugInfoExecutionTree> executionTrees)
-
-
-
Field Detail
-
executionTrees
protected java.util.List<DebugInfoExecutionTree> executionTrees
-
-
Method Detail
-
getExecutionTrees
public java.util.List<DebugInfoExecutionTree> getExecutionTrees()
-
setExecutionTrees
public void setExecutionTrees(java.util.List<DebugInfoExecutionTree> executionTrees)
-
addExecutionTree
public void addExecutionTree(DebugInfoExecutionTree executionTree)
-
-