org.apache.ivy.ant
public class IvyRepositoryReport extends IvyTask
| Method Summary | |
|---|---|
| Param | createParam() |
| void | doExecute() |
| String | getBranch() |
| String | getMatcher() |
| String | getModule() |
| String | getOrganisation() |
| String | getOutputname() |
| String | getRevision() |
| File | getTodir() |
| String | getXslext() |
| String | getXslfile() |
| boolean | isDot() |
| boolean | isGraph() |
| boolean | isXml() |
| boolean | isXsl() |
| void | setBranch(String branch) |
| void | setCache(File cache) |
| void | setDot(boolean dot) |
| void | setGraph(boolean graph) |
| void | setMatcher(String matcher) |
| void | setModule(String module) |
| void | setOrganisation(String organisation) |
| void | setOutputname(String outputpattern) |
| void | setRevision(String revision) |
| void | setTodir(File todir) |
| void | setXml(boolean xml) |
| void | setXsl(boolean xsl) |
| void | setXslext(String xslext) |
| void | setXslfile(String xslFile) |