Groovy Documentation

org.gradle.groovy.scripts
Interface CachePropertiesHandler


interface CachePropertiesHandler

author:
Hans Dockter


Nested Class Summary
enum CachePropertiesHandler.CacheState

 
Field Summary
java.lang.String HASH_KEY

java.lang.String PROPERTY_FILE_NAME

java.lang.String VERSION_KEY

 
Method Summary
CacheState getCacheState(java.lang.String testScript, File scriptCacheDir)

CachePropertiesHandler valueOf(java.lang.String name)

Returns the enum constant of this type with the specified name.

org.gradle.groovy.scripts.CachePropertiesHandler[] values()

Returns an array containing the constants of this enum type, in the order they are declared.

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

 

Field Detail

HASH_KEY

java.lang.String HASH_KEY


PROPERTY_FILE_NAME

java.lang.String PROPERTY_FILE_NAME


VERSION_KEY

java.lang.String VERSION_KEY


 
Method Detail

getCacheState

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


valueOf

CachePropertiesHandler valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.


values

org.gradle.groovy.scripts.CachePropertiesHandler[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


writeProperties

public void writeProperties(java.lang.String scriptText, File scriptCacheDir)
author:
Hans Dockter


 

Groovy Documentation