Class IvyArtifactReport

  • All Implemented Interfaces:
    java.lang.Cloneable

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

      • IvyArtifactReport

        public IvyArtifactReport()
    • Method Detail

      • getTofile

        public java.io.File getTofile()
      • setTofile

        public void setTofile​(java.io.File aFile)
      • getPattern

        public java.lang.String getPattern()
      • setPattern

        public void setPattern​(java.lang.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 java.lang.String removeLeadingPath​(java.io.File leading,
                                                  java.io.File path)