Package gov.sandia.ccaffeine.cmd

Interface Summary
CmdAction Interface to be implemented by each command added to a Cmd interpreter.
 

Class Summary
CmdActionExit Default standard Exit command for all parsers.
CmdActionHelp Default standard Help command for all parsers.
CmdContext The actions for any useful command-line interface ultimately depend on some context information; each specific interpreter will subclass CmdContext differently, and write CmdActions that use interpreter specific data or methods.
CmdParse The Cmd classes implement a simple Vector driven parser for command line applications.
 

Exception Summary
EndOfFileException