Class IvyCacheFileset

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
All Implemented Interfaces:
Cloneable

public class IvyCacheFileset extends IvyCacheTask
Creates an ant fileset consisting in all artifacts found during a resolve. Note that this task is not compatible with the useOrigin mode.
  • Constructor Details

    • IvyCacheFileset

      public IvyCacheFileset()
  • Method Details

    • getSetid

      public String getSetid()
    • setSetid

      public void setSetid(String id)
    • setUseOrigin

      public void setUseOrigin(boolean useOrigin)
      Overrides:
      setUseOrigin in class IvyPostResolveTask
    • 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