Class IvyFindRevision

  • All Implemented Interfaces:
    java.lang.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 Detail

      • IvyFindRevision

        public IvyFindRevision()
    • Method Detail

      • 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)
      • getProperty

        public java.lang.String getProperty()
      • setProperty

        public void setProperty​(java.lang.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