Package convex.cli.key
Class KeyDelete
java.lang.Object
convex.cli.ACommand
convex.cli.key.AKeyCommand
convex.cli.key.KeyDelete
- All Implemented Interfaces:
Runnable
-
Field Summary
Fields inherited from class convex.cli.key.AKeyCommand
keyParent, storeMixin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
deleteEntry
(String alias) void
execute()
Execute this command.Methods inherited from class convex.cli.key.AKeyCommand
cli
Methods inherited from class convex.cli.ACommand
commandLine, inform, inform, informError, informSuccess, informWarning, isColoured, isInteractive, isParanoid, paranoia, println, println, printRecord, printResult, prompt, readPassword, run, showUsage, showUsage, verbose
-
Constructor Details
-
KeyDelete
public KeyDelete()
-
-
Method Details
-
deleteEntry
- Throws:
KeyStoreException
-
execute
public void execute()Description copied from class:ACommand
Execute this command. Subclasses should override this to provide specific command functionality
-