| Modifier and Type | Method and Description | 
|---|---|
| default void | Command. complete(Completion completion)Perform command completion, when the command is done completing it should call  complete(List)orcomplete(String, boolean))} method to signal completion is done. | 
| void | AnnotatedCommand. complete(Completion completion)Perform command completion, when the command is done completing it should call  complete(List)orcomplete(String, boolean))} method to signal completion is done. | 
| Modifier and Type | Method and Description | 
|---|---|
| CommandBuilder | CommandBuilder. completionHandler(Handler<Completion> handler)Set the command completion handler, the completion handler when the user asks for contextual command line
 completion, usually hitting the tab key. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FileSystemCd. complete(Completion completion) | 
| void | FileSystemLs. complete(Completion completion) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Term. readline(String prompt,
        Handler<String> lineHandler,
        Handler<Completion> completionHandler)Prompt the user a line of text, providing a completion handler to handle user's completion. | 
| Modifier and Type | Method and Description | 
|---|---|
| Completion | Completion. getDelegate() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Completion | Completion. newInstance(Completion arg) | 
| Constructor and Description | 
|---|
| Completion(Completion delegate) | 
| Modifier and Type | Method and Description | 
|---|---|
| Completion | Completion. getDelegate() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Completion | Completion. newInstance(Completion arg) | 
| Constructor and Description | 
|---|
| Completion(Completion delegate) | 
| Modifier and Type | Method and Description | 
|---|---|
| Completion | Completion. getDelegate() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Completion | Completion. newInstance(Completion arg) | 
| Constructor and Description | 
|---|
| Completion(Completion delegate) | 
Copyright © 2022 Eclipse. All rights reserved.