Package org.jboss.as.cli.impl.aesh
Class AeshCommands.CLIExecution
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.AeshCommands.CLIExecution
-
- Enclosing class:
- AeshCommands
public class AeshCommands.CLIExecution extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchCompliantCommandgetBatchCompliant()DMRCommandgetDMRCompliant()CLICommandInvocationgetInvocation()CommandHandlergetLegacyHandler()StringgetLine()booleanisOperation()voidpopulateCommand()
-
-
-
Method Detail
-
getInvocation
public CLICommandInvocation getInvocation()
-
getBatchCompliant
public BatchCompliantCommand getBatchCompliant()
-
getDMRCompliant
public DMRCommand getDMRCompliant()
-
isOperation
public boolean isOperation()
-
getLine
public String getLine() throws org.aesh.command.parser.CommandLineParserException, org.aesh.command.validator.OptionValidatorException
- Throws:
org.aesh.command.parser.CommandLineParserExceptionorg.aesh.command.validator.OptionValidatorException
-
populateCommand
public void populateCommand() throws org.aesh.command.parser.CommandLineParserException, org.aesh.command.validator.OptionValidatorException- Throws:
org.aesh.command.parser.CommandLineParserExceptionorg.aesh.command.validator.OptionValidatorException
-
getLegacyHandler
public CommandHandler getLegacyHandler()
-
-