public class CommandCommandHandler extends CommandHandlerWithHelp
helpArg| Constructor and Description |
|---|
CommandCommandHandler(CommandRegistry cmdRegistry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doHandle(CommandContext ctx) |
protected List<String> |
getExistingCommands() |
protected List<org.jboss.dmr.Property> |
getNodeProperties(CommandContext ctx) |
protected org.jboss.dmr.ModelNode |
initRequest(CommandContext ctx) |
protected void |
validateInput(CommandContext ctx,
String typePath,
String propertyName) |
handle, isAvailable, isBatchMode, printHelp, printListaddArgument, getArgument, getArguments, hasArgument, hasArgument, recognizeArgumentspublic CommandCommandHandler(CommandRegistry cmdRegistry)
protected void doHandle(CommandContext ctx) throws CommandFormatException
doHandle in class CommandHandlerWithHelpCommandFormatExceptionprotected List<org.jboss.dmr.Property> getNodeProperties(CommandContext ctx) throws CommandFormatException
CommandFormatExceptionprotected org.jboss.dmr.ModelNode initRequest(CommandContext ctx) throws CommandFormatException
CommandFormatExceptionprotected void validateInput(CommandContext ctx, String typePath, String propertyName) throws CommandFormatException
CommandFormatExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.