Class IvyRepositoryReport

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class IvyRepositoryReport
    extends IvyTask
    Generates a report of dependencies of a set of modules in the repository. The set of modules is specified using organisation/module and matcher.
    • Constructor Detail

      • IvyRepositoryReport

        public IvyRepositoryReport()
    • Method Detail

      • 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
      • getTodir

        public java.io.File getTodir()
      • setTodir

        public void setTodir​(java.io.File todir)
      • isGraph

        public boolean isGraph()
      • setGraph

        public void setGraph​(boolean graph)
      • getXslfile

        public java.lang.String getXslfile()
      • setXslfile

        public void setXslfile​(java.lang.String xslFile)
      • isXml

        public boolean isXml()
      • setXml

        public void setXml​(boolean xml)
      • isXsl

        public boolean isXsl()
      • setXsl

        public void setXsl​(boolean xsl)
      • getXslext

        public java.lang.String getXslext()
      • setXslext

        public void setXslext​(java.lang.String xslext)
      • createParam

        public org.apache.tools.ant.taskdefs.XSLTProcess.Param createParam()
      • getOutputname

        public java.lang.String getOutputname()
      • setOutputname

        public void setOutputname​(java.lang.String outputpattern)
      • setCache

        public void setCache​(java.io.File cache)
      • getMatcher

        public java.lang.String getMatcher()
      • setMatcher

        public void setMatcher​(java.lang.String matcher)
      • getModule

        public java.lang.String getModule()
      • setModule

        public void setModule​(java.lang.String module)
      • getOrganisation

        public java.lang.String getOrganisation()
      • setOrganisation

        public void setOrganisation​(java.lang.String organisation)
      • getRevision

        public java.lang.String getRevision()
      • setRevision

        public void setRevision​(java.lang.String revision)
      • getBranch

        public java.lang.String getBranch()
      • setBranch

        public void setBranch​(java.lang.String branch)
      • isDot

        public boolean isDot()
      • setDot

        public void setDot​(boolean dot)