org.apache.ivy.ant
public class IvyConfigure extends Task
| Field Summary | |
|---|---|
| static String | OVERRIDE_FALSE
Use to avoid overriding a previous definition of settings with the same id |
| static String | OVERRIDE_NOT_ALLOWED
Use to raise an error if attempting to override a previous definition of settings with the
same id |
| static String | OVERRIDE_TRUE
Use to override a previous definition of settings with the same id |
| Method Summary | |
|---|---|
| void | execute() |
| File | getFile() |
| String | getHost() |
| String | getOverride() |
| String | getPasswd() |
| String | getRealm() |
| String | getSettingsId() |
| URL | getUrl() |
| String | getUserName() |
| void | setFile(File file) |
| void | setHost(String host) |
| void | setOverride(String override) |
| void | setPasswd(String passwd) |
| void | setRealm(String realm) |
| void | setSettingsId(String settingsId) |
| void | setUrl(String url) |
| void | setUrl(URL url) |
| void | setUserName(String userName) |