org.jpos.q2
Class CLIPrefixedClassNameCompletor

java.lang.Object
  extended by jline.SimpleCompletor
      extended by org.jpos.q2.CLIPrefixedClassNameCompletor
All Implemented Interfaces:
java.lang.Cloneable, jline.Completor

public class CLIPrefixedClassNameCompletor
extends jline.SimpleCompletor


Nested Class Summary
static class CLIPrefixedClassNameCompletor.CmdFilter
           
 
Nested classes/interfaces inherited from class jline.SimpleCompletor
jline.SimpleCompletor.NoOpFilter, jline.SimpleCompletor.SimpleCompletorFilter
 
Constructor Summary
CLIPrefixedClassNameCompletor(java.util.Collection<java.lang.String> prefixes)
           
 
Method Summary
 
Methods inherited from class jline.SimpleCompletor
addCandidateString, clone, complete, getCandidates, getDelimiter, setCandidates, setCandidateStrings, setDelimiter
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CLIPrefixedClassNameCompletor

public CLIPrefixedClassNameCompletor(java.util.Collection<java.lang.String> prefixes)
                              throws java.io.IOException
Throws:
java.io.IOException