Package org.infinispan.cli.commands.rest
Class Backup
- java.lang.Object
-
- org.infinispan.cli.commands.CliCommand
-
- org.infinispan.cli.commands.rest.Backup
-
- All Implemented Interfaces:
org.aesh.command.Command<ContextAwareCommandInvocation>
@MetaInfServices(org.aesh.command.Command.class) public class Backup extends CliCommand
- Since:
- 12.0
- Author:
- Ryan Emerson
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBackup.Createstatic classBackup.Deletestatic classBackup.Getstatic classBackup.ListBackupsstatic classBackup.Restore
-
Constructor Summary
Constructors Constructor Description Backup()
-
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
-
-
-
-
Field Detail
-
CACHES
public static final String CACHES
- See Also:
- Constant Field Values
-
TEMPLATES
public static final String TEMPLATES
- See Also:
- Constant Field Values
-
COUNTERS
public static final String COUNTERS
- See Also:
- Constant Field Values
-
PROTO_SCHEMAS
public static final String PROTO_SCHEMAS
- See Also:
- Constant Field Values
-
TASKS
public static final String TASKS
- See Also:
- Constant Field Values
-
help
protected boolean help
-
-
Method Detail
-
isHelp
public boolean isHelp()
- Specified by:
isHelpin classCliCommand
-
exec
public org.aesh.command.CommandResult exec(ContextAwareCommandInvocation invocation)
- Specified by:
execin classCliCommand
-
-