Class DefaultCacheMethod
java.lang.Object
org.wpilib.deployutils.deploy.cache.AbstractCacheMethod
org.wpilib.deployutils.deploy.cache.DefaultCacheMethod
- All Implemented Interfaces:
org.gradle.api.Named,CacheMethod
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancompatible(DeployContext context) needsUpdate(DeployContext context, Map<String, File> files) voidsetCompatible(CompatibleFunction compatible) voidsetNeedsUpdate(CacheCheckerFunction needsUpdate) Methods inherited from class org.wpilib.deployutils.deploy.cache.AbstractCacheMethod
getName, setName
-
Constructor Details
-
DefaultCacheMethod
-
-
Method Details
-
getNeedsUpdate
-
setNeedsUpdate
-
getCompatible
-
setCompatible
-
compatible
-
needsUpdate
-