Class IvyReport

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

public class IvyReport extends IvyTask
This ant task let users generates reports (html, xml, graphml, ...) from the last resolve done.
  • Constructor Details

    • IvyReport

      public IvyReport()
  • Method Details

    • getTodir

      public File getTodir()
    • setTodir

      public void setTodir(File todir)
    • setCache

      public void setCache(File cache)
    • getConf

      public String getConf()
    • setConf

      public void setConf(String conf)
    • getModule

      public String getModule()
    • setModule

      public void setModule(String module)
    • getOrganisation

      public String getOrganisation()
    • setOrganisation

      public void setOrganisation(String organisation)
    • isGraph

      public boolean isGraph()
    • setGraph

      public void setGraph(boolean graph)
    • getXslfile

      public File getXslfile()
    • setXslfile

      public void setXslfile(File xslFile)
    • getOutputpattern

      public String getOutputpattern()
    • setOutputpattern

      public void setOutputpattern(String outputpattern)
    • getResolveId

      public String getResolveId()
    • setResolveId

      public void setResolveId(String resolveId)
    • 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
    • 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()
    • isDot

      public boolean isDot()
    • setDot

      public void setDot(boolean dot)