cppstyle
Class CppStyle

java.lang.Object
  extended by cppstyle.CppStyle

public final class CppStyle
extends java.lang.Object

Provides style checking for C++.

Author:
Mathieu Champlon

Constructor Summary
CppStyle(Options options, EventHandler handler)
          Create a CppStyle 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

CppStyle

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

Parameters:
options - the options
handler - the log handler
Throws:
java.io.FileNotFoundException - the configuration file cannot be found
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 - the configuration file cannot be found


Copyright © 2006-2007 null. All Rights Reserved.