net.aerith.misao.pixy
Class Main

java.lang.Object
  |
  +--net.aerith.misao.pixy.Main

public class Main
extends java.lang.Object

The Main is a class to run the PIXY System in the command line mode.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starts the application.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Starts the application.
Parameters:
args - the options.
Throws:
java.lang.Exception - if an exception occurs.