Searched refs:Completor (Results 1 – 11 of 11) sorted by relevance
20 public class MultiCompletor implements Completor {21 Completor[] completors = new Completor[0];27 this(new Completor[0]); in MultiCompletor()35 this((Completor[]) completors.toArray(new Completor[completors.size()])); in MultiCompletor()42 public MultiCompletor(final Completor[] completors) { in MultiCompletor()73 public void setCompletors(final Completor[] completors) { in setCompletors()77 public Completor[] getCompletors() { in getCompletors()
55 public class ArgumentCompletor implements Completor {56 final Completor[] completors;66 public ArgumentCompletor(final Completor completor) { in ArgumentCompletor()67 this(new Completor[] { in ArgumentCompletor()79 this((Completor[]) completors.toArray(new Completor[completors.size()])); in ArgumentCompletor()88 public ArgumentCompletor(final Completor[] completors) { in ArgumentCompletor()99 public ArgumentCompletor(final Completor completor, in ArgumentCompletor()101 this(new Completor[] { in ArgumentCompletor()113 public ArgumentCompletor(final Completor[] completors, in ArgumentCompletor()145 final Completor comp; in complete()[all …]
17 public interface Completor { interface
19 public class NullCompletor implements Completor {
63 ((Completor) Class.forName(tok.nextToken()).newInstance()); in main()
37 public class FileNameCompletor implements Completor {
27 public class SimpleCompletor implements Completor, Cloneable {
934 Completor comp = (Completor) i.next(); in complete()1044 public boolean addCompletor(final Completor completor) { in addCompletor()1056 public boolean removeCompletor(final Completor completor) { in removeCompletor()
24 console.removeCompletor((Completor) i.next())) { in testSimpleCompletor()41 console.removeCompletor((Completor) i.next())) { in testArgumentCompletor()
83 #-keep class * implements jline.Completor
103 //keep 'class * implements jline.Completor'