A custom implementation of a dependency cache when the one from Gradle might not be directly accessible.
| Modifiers | Name | Description |
|---|---|---|
static interface |
DependencyCache.CacheRefresh |
@deprecated Useorg.ysb33r.grolifant.api.v4.artifacts.DependencyCache.CacheRefresh instead. |
static interface |
DependencyCache.PostDownloadProcessor |
@deprecated Useorg.ysb33r.grolifant.api.v4.artifacts.DependencyCache.PostDownloadProcessor instead. |
| Constructor and description |
|---|
DependencyCache
(Project project, String cacheName, String cacheRelativePath, DependencyCache.CacheRefresh requiresDownload, CheckSumVerification checksumVerification, DependencyCache.PostDownloadProcessor postprocessor) |
| Methods inherited from class | Name |
|---|---|
class DependencyCache |
getFromCache, setDownloadRoot |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |