Package | Description |
---|---|
org.infinispan.cli | |
org.infinispan.cli.commands | |
org.infinispan.cli.commands.client | |
org.infinispan.cli.commands.server | |
org.infinispan.cli.impl | |
org.infinispan.cli.io |
Modifier and Type | Method and Description |
---|---|
List<ProcessedCommand> |
CommandBuffer.getBufferedCommands() |
Modifier and Type | Method and Description |
---|---|
boolean |
CommandBuffer.addCommand(ProcessedCommand commandLine,
int nesting) |
Modifier and Type | Method and Description |
---|---|
void |
Context.result(List<ProcessedCommand> commands,
String result,
boolean isError) |
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) |
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 |
Connect.execute(Context context,
ProcessedCommand commandLine) |
void |
Help.execute(Context context,
ProcessedCommand commandLine) |
void |
Disconnect.execute(Context context,
ProcessedCommand commandLine) |
void |
Container.execute(Context context,
ProcessedCommand commandLine) |
void |
Quit.execute(Context context,
ProcessedCommand commandLine) |
Modifier and Type | Method and Description |
---|---|
void |
Upgrade.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates) |
void |
Create.complete(Context context,
ProcessedCommand procCmd,
List<String> candidates) |
void |
Stats.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 |
Site.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) |
Modifier and Type | Method and Description |
---|---|
List<ProcessedCommand> |
CommandBufferImpl.getBufferedCommands() |
Modifier and Type | Method and Description |
---|---|
boolean |
CommandBufferImpl.addCommand(ProcessedCommand commandLine,
int nesting) |
Modifier and Type | Method and Description |
---|---|
void |
ContextImpl.result(List<ProcessedCommand> commands,
String result,
boolean isError) |
Modifier and Type | Method and Description |
---|---|
void |
IOAdapter.result(List<ProcessedCommand> commands,
String result,
boolean isError) |
void |
ConsoleIOAdapter.result(List<ProcessedCommand> commands,
String result,
boolean isError) |
void |
StreamIOAdapter.result(List<ProcessedCommand> commands,
String result,
boolean isError) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.