Class IvyArtifactReport

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

public class IvyArtifactReport extends IvyPostResolveTask
Generates a report of all artifacts involved during the last resolve.
  • Constructor Details

    • IvyArtifactReport

      public IvyArtifactReport()
  • Method Details

    • getTofile

      public File getTofile()
    • setTofile

      public void setTofile(File aFile)
    • getPattern

      public String getPattern()
    • setPattern

      public void setPattern(String aPattern)
    • 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
    • removeLeadingPath

      public String removeLeadingPath(File leading, File path)