net.sourceforge.basher
Class TaskContext

java.lang.Object
  extended by net.sourceforge.basher.TaskContext

public class TaskContext
extends Object

Version:
$Revision$
Author:
Johan Lindquist

Constructor Summary
TaskContext()
           
 
Method Summary
 Object getAttribute(Object key)
           
static TaskContext getTaskContext()
           
static void reset()
           
 void setAttribute(Object key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskContext

public TaskContext()
Method Detail

getTaskContext

public static final TaskContext getTaskContext()

reset

public static final void reset()

setAttribute

public void setAttribute(Object key,
                         Object value)

getAttribute

public Object getAttribute(Object key)


Copyright © 2006-2010 Basher Team. All Rights Reserved.