public class TestCode extends Shell
Constructor and Description |
---|
TestCode() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
processOneCommand(java.lang.String cmd,
java.lang.String params)
Process one command.
|
void |
showHelp()
Display a brief help summary for commands implemented by this class
|
filter, getIntArray, getRandom, getStrArray, getStringOrNull, ooMain, processCmdsFromFile, processCommands, rest, startClock, stopClock, strArrayToIntArray
public void showHelp()
public void processOneCommand(java.lang.String cmd, java.lang.String params) throws java.io.FileNotFoundException, java.util.NoSuchElementException
Shell
processOneCommand
in class Shell
cmd
- - the command to processparams
- - a string containing the parameter(s) (if any)java.io.FileNotFoundException
java.util.NoSuchElementException
public static void main(java.lang.String[] args)