org.finra.jtaf.core.model.invocationtarget
Class ContextKeyHandler
java.lang.Object
org.finra.jtaf.core.model.invocationtarget.ContextKeyHandler
public class ContextKeyHandler
- extends Object
Used to replace keys in the context.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextKeyHandler
public ContextKeyHandler(IInvocationContext context)
- Called when instantiated
- Parameters:
context
- - the current context when this is executed.
replaceContextKey
public Object replaceContextKey(Object value)
- Parameters:
value
- - the key
- Returns:
- -
getContext
public IInvocationContext getContext()
- Get the current context.
- Returns:
- the current context.
Copyright © 2014. All rights reserved.