net.damf.console
Class SyllableStack

java.lang.Object
  extended by net.damf.generic.commandHandle.Comman
      extended by net.damf.console.SyllableStack

public class SyllableStack
extends Comman


Field Summary
 
Fields inherited from class net.damf.generic.commandHandle.Comman
commandInfo
 
Constructor Summary
SyllableStack(java.io.File commandFile)
           
 
Method Summary
 java.lang.Object addInfo(int infoType, java.lang.String str)
           
 java.lang.Class getClass(java.lang.String str)
           
 java.lang.Object[][] getCommandInfo(int length)
           
 java.io.File writeDefaultCommandFile()
           
 
Methods inherited from class net.damf.generic.commandHandle.Comman
forCommand, forCommand, forCommand, runThrough, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyllableStack

public SyllableStack(java.io.File commandFile)
              throws java.lang.ClassNotFoundException,
                     java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException
Method Detail

getClass

public java.lang.Class getClass(java.lang.String str)

getCommandInfo

public java.lang.Object[][] getCommandInfo(int length)
Specified by:
getCommandInfo in class Comman

addInfo

public java.lang.Object addInfo(int infoType,
                                java.lang.String str)
                         throws java.lang.ClassNotFoundException
Specified by:
addInfo in class Comman
Throws:
java.lang.ClassNotFoundException

writeDefaultCommandFile

public java.io.File writeDefaultCommandFile()
                                     throws java.io.IOException
Specified by:
writeDefaultCommandFile in class Comman
Throws:
java.io.IOException