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, waitgetBuildErrorMessage, getParser, haveBuildErrorclosepublic CommandContainerResult executeCommand(AeshLine line, InvocationProviders invocationProviders, AeshContext aeshContext, CommandInvocation commandInvocation) throws CommandLineParserException, OptionValidatorException, CommandValidatorException, IOException, InterruptedException
executeCommand in interface CommandContainer<C extends Command>CommandLineParserExceptionOptionValidatorExceptionCommandValidatorExceptionIOExceptionInterruptedExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.