org.fluentlenium.core
Class FluentThread

java.lang.Object
  extended by org.fluentlenium.core.FluentThread

public class FluentThread
extends Object


Field Summary
static InheritableThreadLocal<Fluent> userThreadLocal
           
 
Constructor Summary
FluentThread()
           
 
Method Summary
static Fluent get()
           
static void set(Fluent fluent)
           
static void unset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userThreadLocal

public static final InheritableThreadLocal<Fluent> userThreadLocal
Constructor Detail

FluentThread

public FluentThread()
Method Detail

set

public static void set(Fluent fluent)

unset

public static void unset()

get

public static Fluent get()


Copyright © 2012 AConsulting. All Rights Reserved.