name.angoca.db2sa.cli.jline
Class DB2Completor
java.lang.Object
name.angoca.db2sa.cli.jline.DB2Completor
- All Implemented Interfaces:
- Completor
public class DB2Completor
- extends Object
- implements Completor
This is the implementation of a JLine Completor. This class permits to search
the options from db2sa and show them in Jline.
Control Version
- 0.0.1 Class creation.
- 0.0.2 Logger messages.
- 0.0.3 No override, no supress warnings.
- 0.0.4 finals.
- 1.0.0 Moved to version 1.
- Version:
- 1.0.0 2009-07-19
- Author:
- Andres Gomez Casanova (AngocA)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DB2Completor
public DB2Completor()
- Default constructor.
complete
public final int complete(String buffer,
int cursor,
List candidates)
- Specified by:
complete
in interface Completor
Andres Gomez Casanova (AngocA) 
This work is licensed under a Creative Commons Attribution 3.0 Unported License.