Class AbstractCacheMethod

java.lang.Object
org.wpilib.deployutils.deploy.cache.AbstractCacheMethod
All Implemented Interfaces:
org.gradle.api.Named, CacheMethod
Direct Known Subclasses:
DefaultCacheMethod, Md5FileCacheMethod, Md5SumCacheMethod

public abstract class AbstractCacheMethod extends Object implements CacheMethod
  • Constructor Details

    • AbstractCacheMethod

      @Inject public AbstractCacheMethod(String name)
  • Method Details

    • setName

      public void setName(String name)
    • getName

      public String getName()
      Specified by:
      getName in interface org.gradle.api.Named