de.intarsys.tools.environment.file
Class FileEnvironment
java.lang.Object
de.intarsys.tools.environment.file.FileEnvironment
public class FileEnvironment
- extends java.lang.Object
A VM singleton for accessing an IFileEnvironment
. The
IFileEnvironment
returned is thread context sensitive.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sharedEnvironment
protected static IFileEnvironment sharedEnvironment
environment
protected static java.lang.ThreadLocal environment
FileEnvironment
public FileEnvironment()
get
public static IFileEnvironment get()
getShared
public static IFileEnvironment getShared()
set
public static void set(IFileEnvironment cc)
setShared
public static void setShared(IFileEnvironment cc)