Package | Description |
---|---|
org.jboss.as.cli | |
org.jboss.as.cli.operation.impl |
Modifier and Type | Method and Description |
---|---|
CommandLineParser |
CommandContext.getCommandLineParser()
Returns the current operation request parser.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultOperationRequestParser
Default implementation of CommandParser which expects the following command format:
[node-type=node-name (, node-type=node-name)*] : operation-name ['(' name=value (, name=value)* ')' ]
the whitespaces are insignificant.
|
Modifier and Type | Field and Description |
---|---|
static CommandLineParser |
DefaultOperationRequestParser.INSTANCE |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.