Package org.infinispan.cli.commands.rest
Class Task
- java.lang.Object
-
- org.infinispan.cli.commands.CliCommand
-
- org.infinispan.cli.commands.rest.Task
-
- All Implemented Interfaces:
org.aesh.command.Command<ContextAwareCommandInvocation>
@MetaInfServices(org.aesh.command.Command.class) public class Task extends CliCommand
- Since:
- 10.1
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTask.Execstatic classTask.Upload
-
Field Summary
Fields Modifier and Type Field Description protected booleanhelp
-
Constructor Summary
Constructors Constructor Description Task()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.aesh.command.CommandResultexec(ContextAwareCommandInvocation invocation)booleanisHelp()-
Methods inherited from class org.infinispan.cli.commands.CliCommand
execute, nesting
-
-
-
-
Method Detail
-
isHelp
public boolean isHelp()
- Specified by:
isHelpin classCliCommand
-
exec
public org.aesh.command.CommandResult exec(ContextAwareCommandInvocation invocation)
- Specified by:
execin classCliCommand
-
-