org.apache.ivy.ant
public class IvyInstall extends IvyTask
Method Summary | |
---|---|
void | doExecute() |
String | getBranch() |
String | getFrom() |
String | getMatcher() |
String | getModule() |
String | getOrganisation() |
String | getRevision() |
String | getTo() |
String | getType() |
boolean | isHaltonfailure() |
boolean | isOverwrite() |
boolean | isTransitive() |
void | setBranch(String branch) |
void | setCache(File cache) |
void | setFrom(String from) |
void | setHaltonfailure(boolean haltOnFailure) |
void | setMatcher(String matcher) |
void | setModule(String module) |
void | setOrganisation(String organisation) |
void | setOverwrite(boolean overwrite) |
void | setRevision(String revision) |
void | setTo(String to) |
void | setTransitive(boolean transitive) |
void | setType(String type) |