Class IvyResources

java.lang.Object
org.apache.tools.ant.ProjectComponent
All Implemented Interfaces:
Cloneable, 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 Details

    • IvyResources

      public IvyResources()
  • Method Details

    • 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(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 Iterator<org.apache.tools.ant.types.Resource> iterator()
      Specified by:
      iterator in interface 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