com.b3dgs.lionengine.utility
Class Statistics

java.lang.Object
  extended by com.b3dgs.lionengine.utility.Statistics

public final class Statistics
extends java.lang.Object

Used to know the number of code line, and number of files in current project.


Method Summary
static void start(java.lang.String sourcesDir)
          Start statistics analysis from input directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

start

public static void start(java.lang.String sourcesDir)
Start statistics analysis from input directory.

Parameters:
sourcesDir - specified directory to analyse.