Package convex.cli.client
Class Query
java.lang.Object
convex.cli.ACommand
convex.cli.ATopCommand
convex.cli.client.AClientCommand
convex.cli.client.Query
- All Implemented Interfaces:
Runnable
Convex Query sub command
convex.query
-
Field Summary
Fields inherited from class convex.cli.client.AClientCommand
addressMixin, keyMixin, peerMixin, storeMixin
Fields inherited from class convex.cli.ATopCommand
mainParent
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class convex.cli.client.AClientCommand
clientConnect, connectQuery, connectTransact, ensureKeyPair, getClientTimeout, getUserAddress
Methods inherited from class convex.cli.ATopCommand
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
-
Query
public Query()
-
-
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
-