Uses of Class
org.apache.geronimo.gshell.command.CommandSupport

Packages that use CommandSupport
org.apache.geronimo.gshell.commands.builtins Built-in commands. 
org.apache.geronimo.gshell.commands.optional Provides standard commands, which add useful functionality. 
org.apache.geronimo.gshell.remote.client Provies the client-side support for remote shells. 
org.apache.geronimo.gshell.remote.server Provies the server-side support for remote shells. 
 

Uses of CommandSupport in org.apache.geronimo.gshell.commands.builtins
 

Subclasses of CommandSupport in org.apache.geronimo.gshell.commands.builtins
 class EchoCommand
          A simple command to echo all given arguments to the commands standard output.
 class ExitCommand
          Exit the current shell.
 class HelpCommand
          Display help
 class SetCommand
          Set a variable or property.
 class SourceCommand
          Read and execute commands from a file/url in the current shell environment.
 class UnsetCommand
          Unset a variable or property.
 

Uses of CommandSupport in org.apache.geronimo.gshell.commands.optional
 

Subclasses of CommandSupport in org.apache.geronimo.gshell.commands.optional
 class CatCommand
          Concatenate and print files and/or URLs.
 class ExecuteCommand
          Execute system processes.
 class JavaCommand
          Execute a Java standard application.
 class SleepCommand
          Sleep... zzzZ
 class WaitCommand
          Wait... just blocks command execution.
 

Uses of CommandSupport in org.apache.geronimo.gshell.remote.client
 

Subclasses of CommandSupport in org.apache.geronimo.gshell.remote.client
 class RshCommand
          Command to connect to a remote shell server.
 

Uses of CommandSupport in org.apache.geronimo.gshell.remote.server
 

Subclasses of CommandSupport in org.apache.geronimo.gshell.remote.server
 class RshServerCommand
          Command to start a remote shell server.
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.