Class IvyCacheFileset

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

      • IvyCacheFileset

        public IvyCacheFileset()
    • Method Detail

      • getSetid

        public java.lang.String getSetid()
      • setSetid

        public void setSetid​(java.lang.String id)
      • 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