Package com.redis.riot.core
Class MainCommand
java.lang.Object
com.redis.riot.core.BaseCommand
com.redis.riot.core.MainCommand
-
Field Summary
Fields inherited from class com.redis.riot.core.BaseCommand
commandSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall()
protected picocli.CommandLine
protected picocli.CommandLine.IExecutionStrategy
getErr()
getOut()
int
void
setErr
(PrintWriter err) void
setOut
(PrintWriter out)
-
Constructor Details
-
MainCommand
public MainCommand()
-
-
Method Details
-
getOut
-
setOut
-
getErr
-
setErr
-
call
-
commandLine
protected picocli.CommandLine commandLine() -
executionStrategy
protected picocli.CommandLine.IExecutionStrategy executionStrategy() -
run
-