Package org.infinispan.cli.commands
Class Run
java.lang.Object
org.infinispan.cli.commands.CliCommand
org.infinispan.cli.commands.Run
- All Implemented Interfaces:
org.aesh.command.Command<ContextAwareCommandInvocation>
- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.aesh.command.CommandResultexec(ContextAwareCommandInvocation invocation) booleanisHelp()Methods inherited from class org.infinispan.cli.commands.CliCommand
execute, nesting
-
Field Details
-
help
protected boolean help
-
-
Constructor Details
-
Run
public Run()
-
-
Method Details
-
isHelp
public boolean isHelp()- Specified by:
isHelpin classCliCommand
-
exec
public org.aesh.command.CommandResult exec(ContextAwareCommandInvocation invocation) throws org.aesh.command.CommandException - Specified by:
execin classCliCommand- Throws:
org.aesh.command.CommandException
-