Structured Text Toolkit

com.saelist.command
Class CommandLineInterface

java.lang.Object
  extended bycom.saelist.command.CommandLineInterface

public class CommandLineInterface
extends java.lang.Object

Passes arg[1..] to the Command indicated in arg[0]. "AbcCommand" is indicated by "abc". E.g. "ReplaceCommand" is indicated by "replace". Example:

  java com.saelist.command.CommandLineInterface replace @replace-config.ls.txt
 


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

Constructor Detail

CommandLineInterface

public CommandLineInterface()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws CommandException
Throws:
CommandException

Structured Text Toolkit