name.angoca.db2sa.cli.jline
Class DB2Completor

Package class diagram package DB2Completor
java.lang.Object
  extended by 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

Version:
1.0.0 2009-07-19
Author:
Andres Gomez Casanova (AngocA)

Constructor Summary
DB2Completor()
          Default constructor.
 
Method Summary
 int complete(String buffer, int cursor, List candidates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DB2Completor

public DB2Completor()
Default constructor.

Method Detail

complete

public final int complete(String buffer,
                          int cursor,
                          List candidates)
Specified by:
complete in interface Completor


Andres Gomez Casanova (AngocA) Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.