public class CLICommandCompleter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CLICommandCompleter.Completer |
| Constructor and Description |
|---|
CLICommandCompleter() |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(CommandContext ctx,
org.aesh.complete.AeshCompleteOperation op,
CLICommandCompleter.Completer completer) |
protected void |
doComplete(CommandContext ctx,
org.aesh.complete.AeshCompleteOperation op,
CLICommandCompleter.Completer completer) |
static void |
transferOperation(org.aesh.complete.AeshCompleteOperation from,
org.aesh.complete.AeshCompleteOperation to) |
public void complete(CommandContext ctx, org.aesh.complete.AeshCompleteOperation op, CLICommandCompleter.Completer completer)
public static void transferOperation(org.aesh.complete.AeshCompleteOperation from,
org.aesh.complete.AeshCompleteOperation to)
protected void doComplete(CommandContext ctx, org.aesh.complete.AeshCompleteOperation op, CLICommandCompleter.Completer completer)
Copyright © 2018 JBoss by Red Hat. All rights reserved.