Uses of Interface
org.jboss.as.cli.batch.BatchedCommand
-
Packages that use BatchedCommand Package Description org.jboss.as.cli org.jboss.as.cli.batch org.jboss.as.cli.batch.impl org.jboss.as.cli.impl -
-
Uses of BatchedCommand in org.jboss.as.cli
Methods in org.jboss.as.cli that return BatchedCommand Modifier and Type Method Description BatchedCommandCommandContext. toBatchedCommand(String line)Builds an operation request from the passed in command line. -
Uses of BatchedCommand in org.jboss.as.cli.batch
Methods in org.jboss.as.cli.batch that return types with arguments of type BatchedCommand Modifier and Type Method Description List<BatchedCommand>Batch. getCommands()Returns all the commands and operations in the batch as a list.Methods in org.jboss.as.cli.batch with parameters of type BatchedCommand Modifier and Type Method Description voidBatch. add(BatchedCommand cmd)Adds a command or an operation to the batch.voidBatch. set(int index, BatchedCommand cmd)Replaces the command or operation at the specified index with the new one. -
Uses of BatchedCommand in org.jboss.as.cli.batch.impl
Classes in org.jboss.as.cli.batch.impl that implement BatchedCommand Modifier and Type Class Description classDefaultBatchedCommandMethods in org.jboss.as.cli.batch.impl that return types with arguments of type BatchedCommand Modifier and Type Method Description List<BatchedCommand>DefaultBatch. getCommands()Methods in org.jboss.as.cli.batch.impl with parameters of type BatchedCommand Modifier and Type Method Description voidDefaultBatch. add(BatchedCommand cmd)voidDefaultBatch. set(int index, BatchedCommand cmd) -
Uses of BatchedCommand in org.jboss.as.cli.impl
Methods in org.jboss.as.cli.impl that return BatchedCommand Modifier and Type Method Description BatchedCommandCommandContextImpl. toBatchedCommand(String line)BatchedCommandCommandExecutor.TimeoutCommandContext. toBatchedCommand(String line)
-