com.ikokoon.serenity.process
Class Accumulator

java.lang.Object
  extended by com.ikokoon.serenity.process.AProcess
      extended by com.ikokoon.serenity.process.Accumulator
All Implemented Interfaces:
IProcess

public class Accumulator
extends AProcess

This class looks through the classpath and collects metrics on the classes that were not instanciated 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.

Since:
24.07.09
Version:
01.00
Author:
Michael Couck

Field Summary
 
Fields inherited from class com.ikokoon.serenity.process.AProcess
logger
 
Constructor Summary
Accumulator(IProcess parent)
           
 
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

Accumulator

public Accumulator(IProcess parent)
Method Detail

execute

public void execute()
Description copied from class: AProcess
This is the method that executes the logic for the process. It will be called by the parent after the parent has executed it's own logic.

Specified by:
execute in interface IProcess
Overrides:
execute in class AProcess
See Also:
AProcess


Copyright © 2010. All Rights Reserved.