FreeCBR
Class Console

java.lang.Object
  extended by FreeCBR.Console

public class Console
extends java.lang.Object

This class contains functions for interactive console-oriented input/output

Since:
1.0
Author:
Lars Johanson

Constructor Summary
Console()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main entry point for this application
 
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)
The main entry point for this application

Parameters:
args - Array of parameters passed to the application via the command line.


Public Domain