org.apache.geronimo.gshell.command
Interface CommandContext


public interface CommandContext

Provides commands with the context of its execution.

Version:
$Rev: 573970 $ $Date: 2007-09-09 02:22:11 -0700 (Sun, 09 Sep 2007) $

Method Summary
 CommandDescriptor getCommandDescriptor()
           
 IO getIO()
           
 Variables getVariables()
           
 

Method Detail

getIO

IO getIO()

getVariables

Variables getVariables()

getCommandDescriptor

CommandDescriptor getCommandDescriptor()


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