| Package | Description |
|---|---|
| org.jboss.forge.addon.shell | |
| org.jboss.forge.addon.shell.aesh |
| Modifier and Type | Method and Description |
|---|---|
AbstractShellInteraction |
ShellImpl.findCommand(ShellContext shellContext,
String line)
Used in
ForgeCompletion and ForgeConsoleCallback |
AbstractShellInteraction |
CommandManager.findCommand(ShellContext shellContext,
String line)
Used in
ForgeCompletion and ForgeConsoleCallback |
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractShellInteraction> |
ShellImpl.findMatchingCommands(ShellContext shellContext,
String line) |
Collection<AbstractShellInteraction> |
CommandManager.findMatchingCommands(ShellContext shellContext,
String line) |
Map<String,AbstractShellInteraction> |
CommandManager.getEnabledShellCommands(ShellContext shellContext) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.forge.addon.ui.result.Result |
ShellImpl.execute(AbstractShellInteraction shellCommand) |
| Modifier and Type | Class and Description |
|---|---|
class |
ShellSingleCommand
Encapsulates a
UICommand to be useful in a Shell context |
class |
ShellWizard
Encapsulates a group of
ShellSingleCommand from a UIWizard |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractShellInteraction.compareTo(AbstractShellInteraction o) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.