public class AeshCommandContainer<C extends Command> extends DefaultCommandContainer<C>
Constructor and Description |
---|
AeshCommandContainer(CommandLineParser parser) |
AeshCommandContainer(ProcessedCommand<C> processedCommand) |
AeshCommandContainer(String errorMessage) |
Modifier and Type | Method and Description |
---|---|
void |
addChild(CommandContainer<?> commandContainer) |
void |
close() |
String |
getBuildErrorMessage() |
CommandLineParser<C> |
getParser() |
boolean |
haveBuildError() |
String |
toString() |
executeCommand, printHelp
public AeshCommandContainer(CommandLineParser parser)
public AeshCommandContainer(ProcessedCommand<C> processedCommand)
public AeshCommandContainer(String errorMessage)
public CommandLineParser<C> getParser()
public boolean haveBuildError()
public String getBuildErrorMessage()
public void close()
public void addChild(CommandContainer<?> commandContainer)
Copyright © 2024 JBoss by Red Hat. All rights reserved.