Interface | Description |
---|---|
BuildContext |
Class | Description |
---|---|
DefaultBuildContext |
Filesystem based non-incremental build context implementation which behaves as if all files
were just created.
|
EmptyScanner |
Scanner implementation never finds any files/directories.
|
ThreadBuildContext |
BuildContext implementation that delegates actual work to thread-local
build context set using
setThreadBuildContext(BuildContext) . |
Copyright © 2019. All rights reserved.