org.apache.ivy.ant

Class IvyListModules

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.
Method Summary
voiddoExecute()
StringgetBranch()
StringgetMatcher()
StringgetModule()
StringgetOrganisation()
StringgetProperty()
StringgetRevision()
StringgetValue()
voidsetBranch(String branch)
voidsetMatcher(String matcher)
voidsetModule(String module)
voidsetOrganisation(String organisation)
voidsetProperty(String name)
voidsetRevision(String revision)
voidsetValue(String value)

Method Detail

doExecute

public void doExecute()

getBranch

public String getBranch()

getMatcher

public String getMatcher()

getModule

public String getModule()

getOrganisation

public String getOrganisation()

getProperty

public String getProperty()

getRevision

public String getRevision()

getValue

public String getValue()

setBranch

public void setBranch(String branch)

setMatcher

public void setMatcher(String matcher)

setModule

public void setModule(String module)

setOrganisation

public void setOrganisation(String organisation)

setProperty

public void setProperty(String name)

setRevision

public void setRevision(String revision)

setValue

public void setValue(String value)