public class DefaultCompleter extends Object implements CommandLineCompleter
| Modifier and Type | Class and Description |
|---|---|
static interface |
DefaultCompleter.CandidatesProvider |
| Constructor and Description |
|---|
DefaultCompleter(DefaultCompleter.CandidatesProvider candidatesProvider) |
public DefaultCompleter(DefaultCompleter.CandidatesProvider candidatesProvider)
public int complete(CommandContext ctx, String buffer, int cursor, List<String> candidates)
complete in interface CommandLineCompleterCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.