| Package | Description |
|---|---|
| org.jboss.as.cli | |
| org.jboss.as.cli.batch | |
| org.jboss.as.cli.batch.impl |
| Modifier and Type | Method and Description |
|---|---|
BatchedCommand |
CommandContext.toBatchedCommand(String line)
Builds an operation request from the passed in command line.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchedCommand> |
Batch.getCommands()
Returns all the commands and operations in the batch as a list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Batch.add(BatchedCommand cmd)
Adds a command or an operation to the batch.
|
void |
Batch.set(int index,
BatchedCommand cmd)
Replaces the command or operation at the specified index with the new one.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBatchedCommand |
| Modifier and Type | Method and Description |
|---|---|
List<BatchedCommand> |
DefaultBatch.getCommands() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBatch.add(BatchedCommand cmd) |
void |
DefaultBatch.set(int index,
BatchedCommand cmd) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.