Class GraalReflectionCommand
- java.lang.Object
-
- org.infinispan.cli.util.aesh.graal.GraalReflectionCommand
-
- All Implemented Interfaces:
org.aesh.command.Command
public class GraalReflectionCommand extends Object implements org.aesh.command.Command
- Author:
- Ståle Pedersen
-
-
Constructor Summary
Constructors Constructor Description GraalReflectionCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.aesh.command.CommandResultexecute(org.aesh.command.invocation.CommandInvocation commandInvocation)
-
-
-
Method Detail
-
execute
public org.aesh.command.CommandResult execute(org.aesh.command.invocation.CommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException- Specified by:
executein interfaceorg.aesh.command.Command- Throws:
org.aesh.command.CommandExceptionInterruptedException
-
-