程序包 jline
类 MultiCompletor
java.lang.Object
jline.MultiCompletor
- 所有已实现的接口:
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.
-
构造器概要
构造器构造器说明Construct a MultiCompletor with no embedded completors.MultiCompletor
(List completors) Construct a MultiCompletor with the specified list ofCompletor
instances.MultiCompletor
(Completor[] completors) Construct a MultiCompletor with the specifiedCompletor
instances. -
方法概要
修饰符和类型方法说明int
Populates candidates with a list of possible completions for the buffer.void
setCompletors
(Completor[] completors)