Class IvyRepositoryReport

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.ivy.ant.IvyTask
org.apache.ivy.ant.IvyRepositoryReport
All Implemented Interfaces:
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 Details

    • IvyRepositoryReport

      public IvyRepositoryReport()
  • Method Details

    • 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 File getTodir()
    • setTodir

      public void setTodir(File todir)
    • isGraph

      public boolean isGraph()
    • setGraph

      public void setGraph(boolean graph)
    • getXslfile

      public String getXslfile()
    • setXslfile

      public void setXslfile(String xslFile)
    • isXml

      public boolean isXml()
    • setXml

      public void setXml(boolean xml)
    • isXsl

      public boolean isXsl()
    • setXsl

      public void setXsl(boolean xsl)
    • getXslext

      public String getXslext()
    • setXslext

      public void setXslext(String xslext)
    • createParam

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

      public String getOutputname()
    • setOutputname

      public void setOutputname(String outputpattern)
    • setCache

      public void setCache(File cache)
    • getMatcher

      public String getMatcher()
    • setMatcher

      public void setMatcher(String matcher)
    • getModule

      public String getModule()
    • setModule

      public void setModule(String module)
    • getOrganisation

      public String getOrganisation()
    • setOrganisation

      public void setOrganisation(String organisation)
    • getRevision

      public String getRevision()
    • setRevision

      public void setRevision(String revision)
    • getBranch

      public String getBranch()
    • setBranch

      public void setBranch(String branch)
    • isDot

      public boolean isDot()
    • setDot

      public void setDot(boolean dot)