Constructor and Description |
---|
VirtualShellCompletor() |
Modifier and Type | Method and Description |
---|---|
int |
complete(String buffer,
int cursor,
List<String> candidates)
Populates candidates with a list of possible completions for the
buffer.
|
public int complete(String buffer, int cursor, List<String> candidates)
Completor
List
before returning.Copyright © 2024. All rights reserved.