Package convex.cli.peer
Class PeerStart
java.lang.Object
convex.cli.ACommand
convex.cli.peer.APeerCommand
convex.cli.peer.PeerStart
- All Implemented Interfaces:
Runnable
Start a Convex peer
-
Field Summary
FieldsFields 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
-
Field Details
-
peerMixin
-
-
Constructor Details
-
PeerStart
public PeerStart()
-
-
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
-