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, printList
addArgument, getArguments, hasArgument, hasArgument
public CommandCommandHandler(CommandRegistry cmdRegistry)
protected void doHandle(CommandContext ctx) throws CommandFormatException
doHandle
in class CommandHandlerWithHelp
CommandFormatException
protected List<org.jboss.dmr.Property> getNodeProperties(CommandContext ctx) throws CommandFormatException
CommandFormatException
protected org.jboss.dmr.ModelNode initRequest(CommandContext ctx) throws CommandFormatException
CommandFormatException
protected void validateInput(CommandContext ctx, String typePath, String propertyName) throws CommandFormatException
CommandFormatException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.