| java.lang.Object jline.MultiCompletor
MultiCompletor | public class MultiCompletor implements Completor(Code) | |
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.
author: Marc Prud'hommeaux |
MultiCompletor | public MultiCompletor()(Code) | | Construct a MultiCompletor with no embedded completors.
|
MultiCompletor | public MultiCompletor(List completors)(Code) | | Construct a MultiCompletor with the specified list of
Completor instances.
|
MultiCompletor | public MultiCompletor(Completor[] completors)(Code) | | Construct a MultiCompletor with the specified
Completor instances.
|
|
|