Class IvyCacheTask

  • All Implemented Interfaces:
    java.lang.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 Detail

      • IvyCacheTask

        public IvyCacheTask()
    • Method Detail

      • getArtifactReports

        protected java.util.List<ArtifactDownloadReport> getArtifactReports()
                                                                     throws org.apache.tools.ant.BuildException,
                                                                            java.text.ParseException
        Throws:
        org.apache.tools.ant.BuildException
        java.text.ParseException