org.gradle.groovy.scripts
Class DefaultCachePropertiesHandler
java.lang.Object
org.gradle.groovy.scripts.DefaultCachePropertiesHandler
- All Implemented Interfaces:
- CachePropertiesHandler
class DefaultCachePropertiesHandler
extends java.lang.Object
- author:
- Hans Dockter
Method Summary |
CacheState
|
getCacheState(java.lang.String scriptText, File scriptCacheDir)
|
void
|
writeProperties(java.lang.String scriptText, File scriptCacheDir)
|
Methods inherited from class java.lang.Object
|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
DefaultCachePropertiesHandler
DefaultCachePropertiesHandler()
-
getCacheState
public CacheState getCacheState(java.lang.String scriptText, File scriptCacheDir)
-
writeProperties
public void writeProperties(java.lang.String scriptText, File scriptCacheDir)
-
Groovy Documentation