javancss
Class Main

java.lang.Object
  extended by javancss.Main

public class Main
extends java.lang.Object

Main class of the JavaNCSS application. It does nothing than starting the batch process and immediately delegates control to the Javancss class.

Version:
$Id: Main.java 151 2009-05-22 21:41:33Z hboutemy $
Author:
Chr. Clemens Lee

Field Summary
private static java.lang.String IMPL_VERSION
           
static java.lang.String S_RCS_HEADER
           
 
Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] asArgs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMPL_VERSION

private static final java.lang.String IMPL_VERSION

S_RCS_HEADER

public static final java.lang.String S_RCS_HEADER
Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] asArgs)
                 throws java.io.IOException
Throws:
java.io.IOException