org.crsh.command
Interface CommandContext

All Known Subinterfaces:
InvocationContext<C,P>
All Known Implementing Classes:
BaseCommandContext, BaseInvocationContext, InnerInvocationContext, InvocationContextImpl

public interface CommandContext

The context of a command.

Version:
$Revision$
Author:
Julien Viet

Method Summary
 Map<String,Object> getAttributes()
          Returns the attributes related to current shell session.
 

Method Detail

getAttributes

Map<String,Object> getAttributes()
Returns the attributes related to current shell session.

Returns:
the session attributes


Copyright © 2012 eXo Platform SAS. All Rights Reserved.