Package convex.cli.peer
Class PeerBackup
java.lang.Object
convex.cli.ACommand
convex.cli.peer.APeerCommand
convex.cli.peer.PeerBackup
- All Implemented Interfaces:
Runnable
-
Field Summary
Fields inherited from class convex.cli.peer.APeerCommand
etchMixin, keyMixin, peerKeyMixin, storeMixin
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class convex.cli.peer.APeerCommand
cli, ensureControllerKey, getEtchStore, specifiedPeerKey
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
-
PeerBackup
public PeerBackup()
-
-
Method Details
-
execute
Description copied from class:ACommand
Execute this command. Subclasses should override this to provide specific command functionality- Specified by:
execute
in classACommand
- Throws:
InterruptedException
-