Package ru.ewc.decita.manual
Class Shell
java.lang.Object
ru.ewc.decita.manual.Shell
I am the shell for manual library testing. My main responsibility is to hide Java complexities
behind a simple interface.
- Since:
- 0.2.2
-
Field Summary
-
Method Summary
-
Field Details
-
COMMANDS
Set of predefined autocompletion options, contains all available commands.
-
-
Method Details
-
main
The method to run a simplified manual testing utility.- Parameters:
args
- Collection of String arguments to initialize Shell.- Throws:
IOException
- If the command line terminal could not be created.
-