Class IvyFindRevision

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

public class IvyFindRevision extends IvyTask
Look for the latest module in the repository matching the given criteria, and sets a set of properties according to what was found.
  • Constructor Details

    • IvyFindRevision

      public IvyFindRevision()
  • Method Details

    • 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