| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultBuildContext |
Filesystem based non-incremental build context implementation which behaves as if all files
were just created.
|
class |
ThreadBuildContext |
BuildContext implementation that delegates actual work to thread-local
build context set using
ThreadBuildContext.setThreadBuildContext(BuildContext). |
| Modifier and Type | Method | Description |
|---|---|---|
static BuildContext |
ThreadBuildContext.getContext() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
ThreadBuildContext.setThreadBuildContext(BuildContext context) |