Uses of Class
org.apache.sis.console.CommandRunner
Packages that use CommandRunner
-
Uses of CommandRunner in org.apache.sis.console
Subclasses of CommandRunner in org.apache.sis.consoleModifier and TypeClassDescription(package private) final classThe "about" subcommand.(package private) final classThe "crs" sub-command.(package private) classBase class of commands that provided formatted output.(package private) final classThe "help" subcommand.(package private) final classThe "identifier" sub-command.(package private) final classThe "metadata" sub-command.(package private) final classThe "mime-type" subcommand.(package private) final classThe "transform" subcommand.Fields in org.apache.sis.console declared as CommandRunnerModifier and TypeFieldDescriptionprivate final CommandRunnerCommand.commandThe sub-command to execute.(package private) static CommandRunnerCommandRunner.instanceThe instance, used byResourcesDownloaderonly.Constructors in org.apache.sis.console with parameters of type CommandRunnerModifierConstructorDescription(package private)CommandRunner(CommandRunner parent) Copies the configuration of the given sub-command.(package private)HelpCommand(CommandRunner parent) Copies the configuration of the given sub-command.