net.cafebabe.sat.ant
Class Console

java.lang.Object
  |
  +--net.cafebabe.sat.ant.Console
All Implemented Interfaces:
java.lang.Runnable

public class Console
extends java.lang.Object
implements java.lang.Runnable

This task runs a console that reads and execute user commands.

Author:
Michel CASABIANCA

Constructor Summary
Console(java.lang.String[] args)
          Constructor: parse the command line arguments.
 
Method Summary
static void main(java.lang.String[] args)
          Method main.
 void run()
          The main loop of the console.
 void start()
          Start the console.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Console

public Console(java.lang.String[] args)
Constructor: parse the command line arguments.

Parameters:
args - Command line parameters as a String[]
Method Detail

main

public static void main(java.lang.String[] args)
Method main.

Parameters:
args - Command line parameters as a String[]

run

public void run()
The main loop of the console.

Specified by:
run in interface java.lang.Runnable

start

public void start()
Start the console.