org.apache.geronimo.gshell.shell
Interface Shell

All Superinterfaces:
CommandExecutor
All Known Subinterfaces:
InteractiveShell, RemoteShell
All Known Implementing Classes:
DefaultRemoteShell, DefaultShell, GShell, RemoteShellProxy

public interface Shell
extends CommandExecutor

This is the primary interface to executing commands.

Version:
$Rev: 574416 $ $Date: 2007-09-10 17:49:15 -0700 (Mon, 10 Sep 2007) $

Method Summary
 Environment getEnvironment()
           
 ShellInfo getShellInfo()
           
 
Methods inherited from interface org.apache.geronimo.gshell.command.CommandExecutor
execute, execute, execute
 

Method Detail

getShellInfo

ShellInfo getShellInfo()

getEnvironment

Environment getEnvironment()


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