|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ikokoon.serenity.process.AProcess
public abstract class AProcess
This class is the process that calls the child processes in the chain. At the end of the coverage processing, i.e. when the unit tests are finished the processes for collecting the dependency and aggregating the data are started. Each process is chained to the next. The order of the processes is somewhat important. The accumulator should run first, then the aggregator then the writer.
| Field Summary | |
|---|---|
protected org.apache.log4j.Logger |
logger
The logger for the class. |
| Constructor Summary | |
|---|---|
AProcess(IProcess parent)
Constructor takes the parent, and the child calls the parent to add it's self to the parent. |
|
| Method Summary | |
|---|---|
void |
execute()
This is the method that executes the logic for the process. |
void |
setChild(IProcess child)
Sets the child of this process. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.apache.log4j.Logger logger
| Constructor Detail |
|---|
public AProcess(IProcess parent)
parent - the parent of this process| Method Detail |
|---|
public void execute()
execute in interface IProcessT - the model object, in this case the Document object that collects all the datat - the document that has all the collected data to dateAProcesspublic void setChild(IProcess child)
setChild in interface IProcesschild - the child to set in the parentAProcess
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||