Groovy Documentation

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


Constructor Summary
DefaultCachePropertiesHandler()

 
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
 

Constructor Detail

DefaultCachePropertiesHandler

DefaultCachePropertiesHandler()


 
Method Detail

getCacheState

public CacheState getCacheState(java.lang.String scriptText, File scriptCacheDir)


writeProperties

public void writeProperties(java.lang.String scriptText, File scriptCacheDir)


 

Groovy Documentation