Package org.jboss.as.cli.impl
Interface CLICommandCompleter.Completer
-
- All Known Implementing Classes:
CommandCompleter
- Enclosing class:
- CLICommandCompleter
public static interface CLICommandCompleter.Completer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAllCommandNames(CommandContext ctx, org.aesh.complete.AeshCompleteOperation op)voidcomplete(CommandContext ctx, DefaultCallbackHandler parsedCmd, org.aesh.complete.AeshCompleteOperation op)
-
-
-
Method Detail
-
addAllCommandNames
void addAllCommandNames(CommandContext ctx, org.aesh.complete.AeshCompleteOperation op)
-
complete
void complete(CommandContext ctx, DefaultCallbackHandler parsedCmd, org.aesh.complete.AeshCompleteOperation op)
-
-