public class SimpleTabCompleter extends Object implements CommandLineCompleter
| Modifier and Type | Field and Description |
|---|---|
static SimpleTabCompleter |
BOOLEAN |
| Constructor and Description |
|---|
SimpleTabCompleter(String[] candidates) |
public static final SimpleTabCompleter BOOLEAN
public SimpleTabCompleter(String[] candidates)
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.