org.jtheque.metrics.services.impl.utils.count
Class JavaCounter

java.lang.Object
  extended by org.jtheque.metrics.services.impl.utils.count.JavaCounter
All Implemented Interfaces:
Counter

public final class JavaCounter
extends Object
implements Counter

A counter for the Java project.

Author:
Baptiste Wicht

Constructor Summary
JavaCounter(Project p)
          Construct a new counter for a specific project.
 
Method Summary
 void count(File rootFolder)
          Count the folder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaCounter

public JavaCounter(Project p)
Construct a new counter for a specific project.

Parameters:
p - The project to count.
Method Detail

count

public void count(File rootFolder)
Description copied from interface: Counter
Count the folder.

Specified by:
count in interface Counter
Parameters:
rootFolder - The folder to count.


Copyright © 2010 JTheque. All Rights Reserved.