程序包 jline
类 CandidateCycleCompletionHandler
java.lang.Object
jline.CandidateCycleCompletionHandler
- 所有已实现的接口:
CompletionHandler
A CompletionHandler
that deals with multiple distinct completions
by cycling through each one every time tab is pressed. This
mimics the behavior of the
editline
library.
This class is currently a stub; it does nothing
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
CandidateCycleCompletionHandler
public CandidateCycleCompletionHandler()
-
-
方法详细资料
-
complete
- 指定者:
complete
在接口中CompletionHandler
- 抛出:
IOException
-