org.apache.ivy.ant
public class IvyInfo extends IvyTask
Method Summary | |
---|---|
void | doExecute() |
String | getBranch() |
File | getFile() |
String | getModule() |
String | getOrganisation() |
String | getProperty() |
String | getRevision() |
void | setBranch(String branch) |
void | setFile(File file) |
void | setModule(String module) |
void | setOrganisation(String organisation) |
void | setProperty(String prefix) |
void | setRevision(String revision) |