Class IvyResources

  • All Implemented Interfaces:
    java.lang.Cloneable, java.lang.Iterable<org.apache.tools.ant.types.Resource>, org.apache.tools.ant.types.ResourceCollection

    public class IvyResources
    extends IvyCacheTask
    implements org.apache.tools.ant.types.ResourceCollection
    • Constructor Detail

      • IvyResources

        public IvyResources()
    • Method Detail

      • setLocation

        public void setLocation​(org.apache.tools.ant.Location location)
        Overrides:
        setLocation in class org.apache.tools.ant.ProjectComponent
      • setProject

        public void setProject​(org.apache.tools.ant.Project project)
        Overrides:
        setProject in class org.apache.tools.ant.ProjectComponent
      • setDescription

        public void setDescription​(java.lang.String desc)
        Overrides:
        setDescription in class org.apache.tools.ant.ProjectComponent
      • setRefid

        public void setRefid​(org.apache.tools.ant.types.Reference ref)
      • setCache

        public void setCache​(boolean b)
      • isFilesystemOnly

        public boolean isFilesystemOnly()
        Specified by:
        isFilesystemOnly in interface org.apache.tools.ant.types.ResourceCollection
      • iterator

        public java.util.Iterator<org.apache.tools.ant.types.Resource> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<org.apache.tools.ant.types.Resource>
      • size

        public int size()
        Specified by:
        size in interface org.apache.tools.ant.types.ResourceCollection
      • doExecute

        public void doExecute()
                       throws org.apache.tools.ant.BuildException
        Description copied from class: IvyTask
        The real logic of task execution after project has been set in the context. MUST be implemented by subclasses
        Specified by:
        doExecute in class IvyTask
        Throws:
        org.apache.tools.ant.BuildException - if something goes wrong