Class IvyCacheTask

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
BuildOBRTask, IvyCacheFileset, IvyCachePath, IvyResources

public abstract class IvyCacheTask extends IvyPostResolveTask
Base class for the cache path related classes: cachepath and cachefileset. Most of the behaviour is common to the two, since only the produced element differs.
  • Constructor Details

    • IvyCacheTask

      public IvyCacheTask()
  • Method Details