Package org.jboss.as.cli.impl
Class CommaSeparatedCompleter
- java.lang.Object
-
- org.jboss.as.cli.impl.CommaSeparatedCompleter
-
- All Implemented Interfaces:
CommandLineCompleter
public abstract class CommaSeparatedCompleter extends Object implements CommandLineCompleter
- Author:
- Alexey Loubyansky
-
-
Constructor Summary
Constructors Constructor Description CommaSeparatedCompleter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description intcomplete(CommandContext ctx, String buffer, int cursor, List<String> candidates)protected abstract Collection<String>getAllCandidates(CommandContext ctx)
-
-
-
Method Detail
-
complete
public int complete(CommandContext ctx, String buffer, int cursor, List<String> candidates)
- Specified by:
completein interfaceCommandLineCompleter
-
getAllCandidates
protected abstract Collection<String> getAllCandidates(CommandContext ctx)
-
-