public class SimpleTabCompleter extends Object implements CommandLineCompleter
Modifier and Type | Field and Description |
---|---|
static SimpleTabCompleter |
BOOLEAN |
Constructor and Description |
---|
SimpleTabCompleter(String[] candidates) |
Modifier and Type | Method and Description |
---|---|
int |
complete(CommandContext ctx,
String buffer,
int cursor,
List<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 CommandLineCompleter
Copyright © 2023 JBoss by Red Hat. All rights reserved.