Package ui
Class CommandUI
Object
CommandUI
public class CommandUI
extends Object
CommandUI
is the main executable of CASprzak
. It opens a command line interface where user input is fed into KeywordInterface.useKeywords(String)
until "exit"
or "!"
is called.
The output from KeywordInterface
is then printed to the command line.-
Constructor Summary
Constructors Constructor Description CommandUI()
-
Method Summary
Modifier and Type Method Description static void
main(String[] args)
RunsKeywordInterface.useKeywords(java.lang.String)
on user input
-
Constructor Details
-
CommandUI
public CommandUI()
-
-
Method Details
-
main
public static void main(String[] args)RunsKeywordInterface.useKeywords(java.lang.String)
on user input- Parameters:
args
- default main arguments
-