public abstract class DefaultCommandContainer<C extends Command> extends Object implements CommandContainer<C>
Constructor and Description |
---|
DefaultCommandContainer() |
Modifier and Type | Method and Description |
---|---|
CommandContainerResult |
executeCommand(AeshLine line,
InvocationProviders invocationProviders,
AeshContext aeshContext,
CommandInvocation commandInvocation) |
String |
printHelp(String childCommandName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBuildErrorMessage, getParser, haveBuildError
close
public CommandContainerResult executeCommand(AeshLine line, InvocationProviders invocationProviders, AeshContext aeshContext, CommandInvocation commandInvocation) throws CommandLineParserException, OptionValidatorException, CommandValidatorException, IOException, InterruptedException
executeCommand
in interface CommandContainer<C extends Command>
CommandLineParserException
OptionValidatorException
CommandValidatorException
IOException
InterruptedException
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.