com.calfater.mailcarbon.launcher
Class Console

java.lang.Object
  extended by com.calfater.mailcarbon.launcher.Console

public class Console
extends java.lang.Object

The main class used to launch the program in command line.


Constructor Summary
Console()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Console

public Console()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
The main method. Used to launch the program.

Parameters:
args - Command line arguments.
Throws:
java.lang.Exception