| Package | Description |
|---|---|
| de.schlichtherle.truezip.file |
Provides uniform, transparent, thread-safe,
read/write access to archive files as if they were just plain
directories in a file system path by means of the
TFile* classes and their dependent classes. |
| Modifier and Type | Field and Description |
|---|---|
(package private) static TConfig |
TConfig.Global.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static TConfig |
TConfig.get()
Returns the current configuration.
|
static TConfig |
TConfig.push()
Creates a new current configuration by copying the current configuration
and pushing the copy onto the inheritable thread local stack.
|
| Modifier and Type | Method and Description |
|---|---|
protected Deque<TConfig> |
TConfig.InheritableThreadLocalConfigStack.childValue(Deque<TConfig> parent) |
protected Deque<TConfig> |
TConfig.InheritableThreadLocalConfigStack.initialValue() |
| Modifier and Type | Method and Description |
|---|---|
private static void |
TConfig.pop(TConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected Deque<TConfig> |
TConfig.InheritableThreadLocalConfigStack.childValue(Deque<TConfig> parent) |
| Constructor and Description |
|---|
TConfig(TConfig template)
Copy constructor for inheritable thread local configurations.
|
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.