Class IvyInfo

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

public class IvyInfo extends IvyTask
Parses information about an ivy file and make them available in ant.
  • Constructor Details

    • IvyInfo

      public IvyInfo()
  • Method Details

    • getFile

      public File getFile()
    • setFile

      public void setFile(File file)
    • 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)
    • getProperty

      public String getProperty()
    • setProperty

      public void setProperty(String prefix)
    • 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