org.apache.geronimo.gshell
Interface CommandLine


public interface CommandLine

A abstraction of an executable command-line.

Could be a simple command or a complex command pipe-line.

Version:
$Rev: 572185 $ $Date: 2007-09-02 15:58:11 -0700 (Sun, 02 Sep 2007) $

Method Summary
 Object execute()
          Execute the command-line.
 

Method Detail

execute

Object execute()
               throws Exception
Execute the command-line.

Returns:
The final result of the command-line.
Throws:
Exception - Failed to execute command-line.


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