|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ikokoon.serenity.process.AProcess
com.ikokoon.serenity.process.Accumulator
public class Accumulator
This class looks through the classpath and collects metrics on the classes that were not instantiated by the classloader during the unit tests and creates a visitor chain for the class that will collect the complexity and dependency metrics for the class.
| Field Summary |
|---|
| Fields inherited from class com.ikokoon.serenity.process.AProcess |
|---|
logger |
| Constructor Summary | |
|---|---|
Accumulator(IProcess parent)
Constructor takes the parent process. |
|
| Method Summary | |
|---|---|
void |
execute()
This is the method that executes the logic for the process. |
| Methods inherited from class com.ikokoon.serenity.process.AProcess |
|---|
setChild |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Accumulator(IProcess parent)
| Method Detail |
|---|
public void execute()
AProcess
execute in interface IProcessexecute in class AProcessAProcess
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||