org.apache.geronimo.gshell.command
Interface CommandExecutor

All Known Subinterfaces:
InteractiveShell, RemoteShell, Shell
All Known Implementing Classes:
DefaultCommandExecutor, DefaultRemoteShell, DefaultShell, GShell, RemoteShellProxy

public interface CommandExecutor

???

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

Method Summary
 Object execute(Object... args)
           
 Object execute(String line)
           
 Object execute(String command, Object[] args)
           
 

Method Detail

execute

Object execute(String line)
               throws Exception
Throws:
Exception

execute

Object execute(String command,
               Object[] args)
               throws Exception
Throws:
Exception

execute

Object execute(Object... args)
               throws Exception
Throws:
Exception


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