org.xnap.cmdl
Class CommandLine

java.lang.Object
  extended by org.xnap.cmdl.CommandLine
All Implemented Interfaces:
java.lang.Runnable

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


Constructor Summary
CommandLine()
           
 
Method Summary
static CommandLine getInstance()
          Returns the instance of CommandLine.
 void init()
          Starts the command line.
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLine

public CommandLine()
Method Detail

getInstance

public static CommandLine getInstance()
Returns the instance of CommandLine.

Returns:
null, if the command line was not started

run

public void run()
Specified by:
run in interface java.lang.Runnable

init

public void init()
Starts the command line.


start

public void start()

stop

public void stop()


Copyright © 2001-2005 XNap Team. All Rights Reserved.