Interface |
Description |
ArchiveOperationsProxy
|
A proxy for archive operations. |
BaseProgressLogger
|
A simple interface for logging progress to stdout. |
CheckSumVerification
|
Verifies a checksum. |
ClassLocation
|
Describes the location of a class. |
ExecOperationsProxy
|
Proxies the ExecOperations service that was added in Gradle 6.0,
so that equivalent functionality can be provided in Gradle 4.0+ |
FileSystemOperationsProxy
|
Acts as a proxy for the FileSystemOperations that was implemented in Gradle 6.0,
but allows for a substitute operation on old Gradle versions. |
GradleSysEnvProvider
|
An proxy to provide system properties, project properties and environmental variables as providers. |
ProgressLogger
|
Allows implementation against |