cyvis.core
Class Cyvis

java.lang.Object
  extended by cyvis.core.Cyvis

public class Cyvis
extends Object

Main entry point for the application. If no command-line arguments are given, the GUI is displayed; otherwise the arguments are parsed and the requested reports are generated.


Constructor Summary
Cyvis(String[] args)
          Starts the graphical user interface or takes action based on command-line arguments.
 
Method Summary
static void main(String[] args)
           
 void printHelp()
          Prints command-line usage information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cyvis

public Cyvis(String[] args)
Starts the graphical user interface or takes action based on command-line arguments.

Parameters:
args - command-line arguments
Method Detail

printHelp

public void printHelp()
Prints command-line usage information.


main

public static void main(String[] args)