Package org.jboss.as.cli.impl
Class BytesCompleter
- java.lang.Object
-
- org.jboss.as.cli.impl.BytesCompleter
-
- All Implemented Interfaces:
CommandLineCompleter
public class BytesCompleter extends Object implements CommandLineCompleter
- Author:
- jdenise@redhat.com
-
-
Field Summary
Fields Modifier and Type Field Description static BytesCompleterINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcomplete(CommandContext ctx, String buffer, int cursor, List<String> candidates)
-
-
-
Field Detail
-
INSTANCE
public static final BytesCompleter INSTANCE
-
-
Method Detail
-
complete
public int complete(CommandContext ctx, String buffer, int cursor, List<String> candidates)
- Specified by:
completein interfaceCommandLineCompleter
-
-