Package org.yamcs.cli
Class Command
java.lang.Object
org.yamcs.cli.Command
- Direct Known Subclasses:
BackupCli
,BackupCli.BackupDelete
,BackupCli.BackupPurge
,CheckConfig
,MdbCli
,PasswordHashCli
,RocksDbCli
,UsersCli
,YamcsAdminCli
This represents a command together with its options and subcommands
yamcs <options> subcmd <options> subcmd <options>...
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static com.beust.jcommander.internal.Console
protected static IntFunction<Void>
protected com.beust.jcommander.JCommander
protected final Command
protected Command
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
console
protected static com.beust.jcommander.internal.Console console -
exitFunction
-
jc
protected com.beust.jcommander.JCommander jc -
subCommands
-
selectedCommand
-
parent
-
-
Constructor Details
-
Command
-
-
Method Details
-
addSubCommand
-
parse
-
getName
-
getUsage
-
exit
protected static void exit(int status)
-