org.crsh.cmdline.matcher
Class InvocationContext

java.lang.Object
  extended by org.crsh.cmdline.matcher.InvocationContext

public class InvocationContext
extends Object

Version:
$Revision$
Author:
Julien Viet

Field Summary
private  Map<Class<?>,Object> attributes
          .
 
Constructor Summary
InvocationContext()
           
 
Method Summary
<T> T
getAttribute(Class<T> key)
           
<T> void
setAttribute(Class<T> key, T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

private final Map<Class<?>,Object> attributes
.

Constructor Detail

InvocationContext

public InvocationContext()
Method Detail

setAttribute

public <T> void setAttribute(Class<T> key,
                             T value)

getAttribute

public <T> T getAttribute(Class<T> key)


Copyright © 2012 eXo Platform SAS. All Rights Reserved.