org.crsh.cmdline.matcher
Class InvocationContext
java.lang.Object
org.crsh.cmdline.matcher.InvocationContext
public class InvocationContext
- extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributes
private final Map<Class<?>,Object> attributes
- .
InvocationContext
public InvocationContext()
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.