Class IvyListModules

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.ivy.ant.IvyTask
org.apache.ivy.ant.IvyListModules
All Implemented Interfaces:
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 Details

    • IvyListModules

      public IvyListModules()
  • Method Details

    • getMatcher

      public String getMatcher()
    • setMatcher

      public void setMatcher(String matcher)
    • getModule

      public String getModule()
    • setModule

      public void setModule(String module)
    • getProperty

      public String getProperty()
    • setProperty

      public void setProperty(String name)
    • getOrganisation

      public String getOrganisation()
    • setOrganisation

      public void setOrganisation(String organisation)
    • getRevision

      public String getRevision()
    • setRevision

      public void setRevision(String revision)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getBranch

      public String getBranch()
    • setBranch

      public void setBranch(String branch)
    • setResolver

      public void setResolver(String resolver)
    • getResolver

      public 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