| Modifier and Type | Class and 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 and Description |
|---|---|
static BuildContext |
ThreadBuildContext.getContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ThreadBuildContext.setThreadBuildContext(BuildContext context) |