Groovy Documentation

org.gradle
[Java] Enum CacheUsage

java.lang.Object
  java.lang.Enum
      org.gradle.CacheUsage

public enum CacheUsage
extends Enum

CacheUsage specifies how compiled scripts should be cached.

Authors:
Hans Dockter


Method Summary
static CacheUsage fromString(String usagestr)

 
Methods inherited from class Enum
name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

fromString

public static CacheUsage fromString(String usagestr)

CacheUsage specifies how compiled scripts should be cached.

Authors:
Hans Dockter


 

Gradle API 1.0-milestone-8a