org.apache.geronimo.gshell.shell
Interface InteractiveShell

All Superinterfaces:
CommandExecutor, Shell
All Known Implementing Classes:
DefaultShell, GShell, RemoteShellProxy

public interface InteractiveShell
extends Shell

An extention of the Shell interface for implementations that can be run interactivly.

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

Method Summary
 void run(Object... args)
           
 
Methods inherited from interface org.apache.geronimo.gshell.shell.Shell
getEnvironment, getShellInfo
 
Methods inherited from interface org.apache.geronimo.gshell.command.CommandExecutor
execute, execute, execute
 

Method Detail

run

void run(Object... args)
         throws Exception
Throws:
Exception


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