net.damf.console
Class JoeConsole

java.lang.Object
  extended by net.damf.console.JoeConsole

public class JoeConsole
extends java.lang.Object


Field Summary
private  SyllableStack comman
           
static java.io.File DEFAULT_COMMANDFILE
           
private  java.io.BufferedReader in
           
private  Navigate navigate
           
 
Constructor Summary
JoeConsole()
           
JoeConsole(java.io.BufferedReader comesIn, java.io.File commandFile)
           
JoeConsole(java.io.InputStream comesIn)
           
JoeConsole(java.lang.String filename)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void perform()
           
 boolean perform1()
           
 boolean perform1(java.lang.String str)
           
 java.lang.String printIncomplete(java.lang.String str)
           
private  java.lang.String[] tokenSet(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_COMMANDFILE

public static final java.io.File DEFAULT_COMMANDFILE

in

private java.io.BufferedReader in

comman

private SyllableStack comman

navigate

private Navigate navigate
Constructor Detail

JoeConsole

public JoeConsole()
           throws java.io.FileNotFoundException,
                  java.lang.ClassNotFoundException,
                  java.io.IOException
Throws:
java.io.FileNotFoundException
java.lang.ClassNotFoundException
java.io.IOException

JoeConsole

public JoeConsole(java.lang.String filename)
           throws java.io.FileNotFoundException,
                  java.lang.ClassNotFoundException,
                  java.io.IOException
Throws:
java.io.FileNotFoundException
java.lang.ClassNotFoundException
java.io.IOException

JoeConsole

public JoeConsole(java.io.InputStream comesIn)
           throws java.io.FileNotFoundException,
                  java.lang.ClassNotFoundException,
                  java.io.IOException
Throws:
java.io.FileNotFoundException
java.lang.ClassNotFoundException
java.io.IOException

JoeConsole

public JoeConsole(java.io.BufferedReader comesIn,
                  java.io.File commandFile)
           throws java.io.FileNotFoundException,
                  java.lang.ClassNotFoundException,
                  java.io.IOException
Throws:
java.io.FileNotFoundException
java.lang.ClassNotFoundException
java.io.IOException
Method Detail

printIncomplete

public java.lang.String printIncomplete(java.lang.String str)

perform

public void perform()
             throws java.io.IOException
Throws:
java.io.IOException

perform1

public boolean perform1()
                 throws java.io.IOException,
                        java.lang.IllegalAccessException,
                        java.lang.InstantiationException
Throws:
java.io.IOException
java.lang.IllegalAccessException
java.lang.InstantiationException

perform1

public boolean perform1(java.lang.String str)
                 throws java.io.IOException,
                        java.lang.IllegalAccessException,
                        java.lang.InstantiationException
Throws:
java.io.IOException
java.lang.IllegalAccessException
java.lang.InstantiationException

tokenSet

private java.lang.String[] tokenSet(java.lang.String str)

main

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