Class OperationCommandContainer.OperationCommand
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.operation.OperationCommandContainer.OperationCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<CLICommandInvocation>,SpecialCommand
- Enclosing class:
- OperationCommandContainer
public class OperationCommandContainer.OperationCommand extends Object implements org.aesh.command.Command<CLICommandInvocation>, SpecialCommand
-
-
Constructor Summary
Constructors Constructor Description OperationCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.aesh.command.CommandResultexecute(CLICommandInvocation commandInvocation)StringgetLine()
-
-
-
Method Detail
-
execute
public org.aesh.command.CommandResult execute(CLICommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException
- Specified by:
executein interfaceorg.aesh.command.Command<CLICommandInvocation>- Throws:
org.aesh.command.CommandExceptionInterruptedException
-
getLine
public String getLine()
- Specified by:
getLinein interfaceSpecialCommand
-
-