Package convex.cli.local
Class LocalStart
java.lang.Object
convex.cli.ACommand
convex.cli.local.ALocalCommand
convex.cli.local.LocalStart
- All Implemented Interfaces:
Runnable
-
Field Summary
Fields inherited from class convex.cli.local.ALocalCommand
keyMixin, storeMixin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Execute this command.launchLocalPeers
(List<AKeyPair> keyPairList, int[] peerPorts) launchRestAPI
(Server server) Methods inherited from class convex.cli.local.ALocalCommand
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, verbose
-
Constructor Details
-
LocalStart
public LocalStart()
-
-
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
-
launchLocalPeers
public List<Server> launchLocalPeers(List<AKeyPair> keyPairList, int[] peerPorts) throws InterruptedException - Throws:
InterruptedException
-
launchRestAPI
-