--- jLine integration --- Andrés Gómez Casanova --- 2010-04-19 ---
jLine is a Java library for handling console input. It is used for the user interface of this application. This is a very important library, because it helps to wrap all user operation, leaving the grammar analyzes for the core.
It was implemented creating another Completor, that is specific for this application. This is the only extension of the framework. There are minimal configuration, because the default is good for Zemucanuska. To show how it is used.
As you can see, there is only one class interacting with jLine.
By using this application, the ui can be changed according to the user's requirements.