Class IvyListModules

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class IvyListModules
    extends IvyTask
    Look for modules in the repository matching the given criteria, and sets a set of properties according to what was found.
    • Constructor Detail

      • IvyListModules

        public IvyListModules()
    • Method Detail

      • getMatcher

        public java.lang.String getMatcher()
      • setMatcher

        public void setMatcher​(java.lang.String matcher)
      • getModule

        public java.lang.String getModule()
      • setModule

        public void setModule​(java.lang.String module)
      • getProperty

        public java.lang.String getProperty()
      • setProperty

        public void setProperty​(java.lang.String name)
      • 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)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • getBranch

        public java.lang.String getBranch()
      • setBranch

        public void setBranch​(java.lang.String branch)
      • setResolver

        public void setResolver​(java.lang.String resolver)
      • getResolver

        public java.lang.String getResolver()
      • 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