Package io.permazen.cli.cmd
Class KVRemoveCommand
java.lang.Object
io.permazen.cli.cmd.AbstractCommand
io.permazen.cli.cmd.AbstractKVCommand
io.permazen.cli.cmd.KVRemoveCommand
- All Implemented Interfaces:
Command
-
Nested Class Summary
Nested classes/interfaces inherited from class io.permazen.cli.cmd.AbstractKVCommand
AbstractKVCommand.BytesParser, AbstractKVCommand.KVAction
-
Field Summary
Fields inherited from class io.permazen.cli.cmd.AbstractKVCommand
CSTRING_PATTERN, HEXBYTES_PATTERN
Fields inherited from class io.permazen.cli.cmd.AbstractCommand
log, name, paramParser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionProcess command line parameters and return action.Get expanded help (typically multiple lines).Get summarized help (typically a single line).Get theSessionMode
(s) supported by this command.Methods inherited from class io.permazen.cli.cmd.AbstractKVCommand
fromCString, getParser, toCString
Methods inherited from class io.permazen.cli.cmd.AbstractCommand
execute, getName, getUsage
-
Constructor Details
-
KVRemoveCommand
public KVRemoveCommand()
-
-
Method Details
-
getHelpSummary
Description copied from class:AbstractCommand
Get summarized help (typically a single line).- Specified by:
getHelpSummary
in interfaceCommand
- Specified by:
getHelpSummary
in classAbstractCommand
- Returns:
- one line command summary
-
getHelpDetail
Description copied from class:AbstractCommand
Get expanded help (typically multiple lines).The implementation in
AbstractCommand
delegates togetHelpSummary()
.- Specified by:
getHelpDetail
in interfaceCommand
- Overrides:
getHelpDetail
in classAbstractCommand
- Returns:
- detailed command description
-
getSessionModes
Description copied from class:AbstractCommand
Get theSessionMode
(s) supported by this command.The implementation in
AbstractCommand
returns anEnumSet
containingSessionMode.CORE_API
andSessionMode.PERMAZEN
.- Specified by:
getSessionModes
in interfaceCommand
- Overrides:
getSessionModes
in classAbstractCommand
- Returns:
- set of supported
SessionMode
s
-
getAction
Description copied from class:AbstractCommand
Process command line parameters and return action.- Specified by:
getAction
in classAbstractCommand
- Parameters:
session
- CLI sessionparams
- parsed parameters indexed by name- Returns:
- action to perform for the parsed command
-