class CommandCompletion<T> extends Completion
| Modifier and Type | Field and Description |
|---|---|
private Delimiter |
delimiter
.
|
private CommandDescriptor<T> |
descriptor
.
|
private String |
prefix
.
|
| Constructor and Description |
|---|
CommandCompletion(CommandDescriptor<T> descriptor,
String prefix,
Delimiter delimiter) |
private final CommandDescriptor<T> descriptor
CommandCompletion(CommandDescriptor<T> descriptor, String prefix, Delimiter delimiter)
public CompletionMatch complete() throws CompletionException
complete in class CompletionCompletionExceptionCopyright © 2015 eXo Platform SAS. All Rights Reserved.