Package org.jboss.as.cli
Interface CommandLineCompleter
-
- All Known Implementing Classes:
AttributeNamePathCompleter
,BytesCompleter
,CapabilityReferenceCompleter
,ChildTypeCompleter
,CommandCompleter
,CommaSeparatedCompleter
,DefaultCompleter
,DefaultFilenameTabCompleter
,DeploymentItemCompleter
,FilenameTabCompleter
,HeadersCompleter
,OperationNameCompleter
,OperationRequestCompleter
,RolloutPlanCompleter
,SimpleTabCompleter
,ValueTypeCompleter
,WindowsFilenameTabCompleter
public interface CommandLineCompleter
Command (argument) completer.- Author:
- Alexey Loubyansky
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
complete(CommandContext ctx, String buffer, int cursor, List<String> candidates)
-
-
-
Method Detail
-
complete
int complete(CommandContext ctx, String buffer, int cursor, List<String> candidates)
-
-