Package org.infinispan.cli.commands.rest
Class Backup.Get
- java.lang.Object
-
- org.infinispan.cli.commands.CliCommand
-
- org.infinispan.cli.commands.rest.Backup.Get
-
- All Implemented Interfaces:
org.aesh.command.Command<ContextAwareCommandInvocation>
- Enclosing class:
- Backup
public static class Backup.Get extends CliCommand
-
-
Field Summary
Fields Modifier and Type Field Description static StringNO_CONTENT
-
Constructor Summary
Constructors Constructor Description Get()
-
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()-
Methods inherited from class org.infinispan.cli.commands.CliCommand
execute, nesting
-
-
-
-
Field Detail
-
NO_CONTENT
public static final String NO_CONTENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
exec
protected CompletionStage<org.infinispan.client.rest.RestResponse> exec(ContextAwareCommandInvocation invocation, org.infinispan.client.rest.RestClient client, Resource resource)
-
getResponseMode
public Connection.ResponseMode getResponseMode()
-
exec
protected final org.aesh.command.CommandResult exec(ContextAwareCommandInvocation invocation) throws org.aesh.command.CommandException
- Specified by:
execin classCliCommand- Throws:
org.aesh.command.CommandException
-
-