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 class
The "about" subcommand.(package private) final class
The "crs" sub-command.(package private) class
Base class of commands that provided formatted output.(package private) final class
The "help" subcommand.(package private) final class
The "identifier" sub-command.(package private) final class
The "metadata" sub-command.(package private) final class
The "mime-type" subcommand.(package private) final class
The "transform" subcommand.Fields in org.apache.sis.console declared as CommandRunnerModifier and TypeFieldDescriptionprivate final CommandRunner
Command.command
The sub-command to execute.(package private) static CommandRunner
CommandRunner.instance
The instance, used byResourcesDownloader
only.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.