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, getArgument, getArguments, hasArgument, hasArgument, recognizeArguments
public CommandCommandHandler(CommandRegistry cmdRegistry)
protected void doHandle(CommandContext ctx) throws CommandLineException
doHandle
in class CommandHandlerWithHelp
CommandLineException
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 © 2023 JBoss by Red Hat. All rights reserved.