org.stellarium.command
Class CommandInterface

java.lang.Object
  extended by org.stellarium.command.CommandInterface
Direct Known Subclasses:
StelCommandInterface

abstract class CommandInterface
extends java.lang.Object

See Also:
C++ header of this file, C++ implementation of this file

Field Summary
private static boolean PARSE_DEBUG
           
 
Constructor Summary
CommandInterface()
           
 
Method Summary
abstract  void executeCommand(java.lang.String commandline)
           
static void main(java.lang.String[] ags)
          for quick testing set to 1 and compile just this file
(package private) static java.lang.String parseCommand(java.lang.String commandLine, java.util.Map<java.lang.String,java.lang.String> arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSE_DEBUG

private static final boolean PARSE_DEBUG
See Also:
Constant Field Values
Constructor Detail

CommandInterface

CommandInterface()
Method Detail

parseCommand

static java.lang.String parseCommand(java.lang.String commandLine,
                                     java.util.Map<java.lang.String,java.lang.String> arguments)

main

public static void main(java.lang.String[] ags)
for quick testing set to 1 and compile just this file


executeCommand

public abstract void executeCommand(java.lang.String commandline)
                             throws StellariumException
Throws:
StellariumException