jline
public class MultiCompletor extends Object implements Completor
A completor that contains multiple embedded completors. This differs from the ArgumentCompletor, in that the nested completors are dispatched individually, rather than delimited by arguments.
Constructor Summary | |
---|---|
MultiCompletor()
Construct a MultiCompletor with no embedded completors. | |
MultiCompletor(List completors)
Construct a MultiCompletor with the specified list of
Completor instances. | |
MultiCompletor(Completor[] completors)
Construct a MultiCompletor with the specified
Completor instances. |
Method Summary | |
---|---|
int | complete(String buffer, int pos, List cand) |
Completor[] | getCompletors() |
void | setCompletors(Completor[] completors) |