cppncss
Class CppNcss

java.lang.Object
  extended by cppncss.CppNcss

public final class CppNcss
extends java.lang.Object

Provides code measures for C++.

Author:
Mathieu Champlon

Constructor Summary
CppNcss(Options options, EventHandler handler)
          Create a CppNcss instance.
 
Method Summary
static void main(java.lang.String[] args)
          Run the application.
 void run()
          Run the analyzis.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CppNcss

public CppNcss(Options options,
               EventHandler handler)
        throws java.io.FileNotFoundException
Create a CppNcss instance.

Parameters:
options - the options
handler - the log handler
Throws:
java.io.FileNotFoundException - when the log file fails
Method Detail

run

public void run()
Run the analyzis.


main

public static void main(java.lang.String[] args)
                 throws java.io.FileNotFoundException
Run the application.

Parameters:
args - the arguments
Throws:
java.io.FileNotFoundException - when the log file fails


Copyright © 2006-2007 null. All Rights Reserved.