org.gradle.groovy.scripts
Interface CachePropertiesHandler

All Known Implementing Classes:
DefaultCachePropertiesHandler

public interface CachePropertiesHandler


Nested Class Summary
static class CachePropertiesHandler.CacheState
           
 
Field Summary
static java.lang.String HASH_KEY
           
static java.lang.String PROPERTY_FILE_NAME
           
static java.lang.String VERSION_KEY
           
 
Method Summary
 CachePropertiesHandler.CacheState getCacheState(java.lang.String testScript, java.io.File scriptCacheDir)
           
 void writeProperties(java.lang.String scriptText, java.io.File scriptCacheDir)
           
 

Field Detail

HASH_KEY

static final java.lang.String HASH_KEY
See Also:
Constant Field Values

PROPERTY_FILE_NAME

static final java.lang.String PROPERTY_FILE_NAME
See Also:
Constant Field Values

VERSION_KEY

static final java.lang.String VERSION_KEY
See Also:
Constant Field Values
Method Detail

writeProperties

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

getCacheState

CachePropertiesHandler.CacheState getCacheState(java.lang.String testScript,
                                                java.io.File scriptCacheDir)