Package test

Class TestCompleter

java.lang.Object
test.TestCompleter
All Implemented Interfaces:
ReadlineCompleter

public class TestCompleter extends Object implements ReadlineCompleter
This class is a sample custom completer. If you press the TAB-key at the readline prompt, you will see the two possible completions ("Linux" and "Tux"). Once you have entered a "L" or a "T", you will only see the respective single possible completion. In any other case, null is returned to signal that no (more) completions are available.
Version:
$Revision$
Author:
$Author$