public abstract class CommaSeparatedCompleter extends Object implements CommandLineCompleter
Constructor and Description |
---|
CommaSeparatedCompleter() |
Modifier and Type | Method and Description |
---|---|
int |
complete(CommandContext ctx,
String buffer,
int cursor,
List<String> candidates) |
protected abstract Collection<String> |
getAllCandidates(CommandContext ctx) |
public int complete(CommandContext ctx, String buffer, int cursor, List<String> candidates)
complete
in interface CommandLineCompleter
protected abstract Collection<String> getAllCandidates(CommandContext ctx)
Copyright © 2023 JBoss by Red Hat. All rights reserved.