Package org.infinispan.cli.commands.rest
Class Remove
- java.lang.Object
-
- org.infinispan.cli.commands.CliCommand
-
- org.infinispan.cli.commands.rest.Remove
-
- All Implemented Interfaces:
org.aesh.command.Command<ContextAwareCommandInvocation>
@MetaInfServices(org.aesh.command.Command.class) public class Remove extends CliCommand
- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanhelp
-
Constructor Summary
Constructors Constructor Description Remove()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.aesh.command.CommandResultexec(ContextAwareCommandInvocation invocation)protected CompletionStage<org.infinispan.client.rest.RestResponse>exec(ContextAwareCommandInvocation invocation, org.infinispan.client.rest.RestClient client, Resource resource)Connection.ResponseModegetResponseMode()booleanisHelp()-
Methods inherited from class org.infinispan.cli.commands.CliCommand
execute, nesting
-
-
-
-
Method Detail
-
isHelp
public boolean isHelp()
- Specified by:
isHelpin classCliCommand
-
exec
protected CompletionStage<org.infinispan.client.rest.RestResponse> exec(ContextAwareCommandInvocation invocation, org.infinispan.client.rest.RestClient client, Resource resource)
-
exec
protected final org.aesh.command.CommandResult exec(ContextAwareCommandInvocation invocation) throws org.aesh.command.CommandException
- Specified by:
execin classCliCommand- Throws:
org.aesh.command.CommandException
-
getResponseMode
public Connection.ResponseMode getResponseMode()
-
-