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
Methods inherited from class Enum
|
name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll |
fromString
public static CacheUsage fromString(String usagestr)
-
CacheUsage specifies how compiled scripts should be cached.
- Authors:
- Hans Dockter
Gradle API 1.0-milestone-8