Modifier and Type | Method and Description |
---|---|
void |
Command.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates) |
void |
AbstractCommand.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates) |
void |
Command.execute(Context context,
ProcessedCommand commandLine) |
boolean |
Command.isAvailable(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
Help.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates) |
void |
Container.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates) |
void |
Help.execute(Context context,
ProcessedCommand commandLine) |
void |
Container.execute(Context context,
ProcessedCommand commandLine) |
void |
Quit.execute(Context context,
ProcessedCommand commandLine) |
void |
Disconnect.execute(Context context,
ProcessedCommand commandLine) |
void |
Connect.execute(Context context,
ProcessedCommand commandLine) |
boolean |
Help.isAvailable(Context context) |
boolean |
Container.isAvailable(Context context) |
boolean |
Quit.isAvailable(Context context) |
boolean |
Disconnect.isAvailable(Context context) |
boolean |
Connect.isAvailable(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
Site.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates) |
void |
Stats.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates) |
void |
Upgrade.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates) |
void |
Create.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates) |
void |
Cache.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates) |
void |
Info.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates) |
void |
AbstractServerCommand.execute(Context context,
ProcessedCommand commandLine) |
void |
Version.execute(Context context,
ProcessedCommand commandLine) |
void |
Ping.execute(Context context,
ProcessedCommand commandLine) |
boolean |
AbstractServerCommand.isAvailable(Context context) |
boolean |
Version.isAvailable(Context context) |
boolean |
Ping.isAvailable(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
Connection.execute(Context context,
CommandBuffer commandBuffer) |
Modifier and Type | Method and Description |
---|---|
void |
JMXConnection.execute(Context context,
CommandBuffer commandBuffer) |
Modifier and Type | Class and Description |
---|---|
class |
ContextImpl
ContextImpl.
|
Modifier and Type | Method and Description |
---|---|
Context |
Shell.getContext() |
Context |
ShellImpl.getContext() |
Constructor and Description |
---|
Completer(Context context) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.