org.apache.maven.artifact.ant
public class RemoteRepository extends Repository
Version: $Id: RemoteRepository.java 345281 2005-11-17 16:46:16Z jdcasey $
| Method Summary | |
|---|---|
| void | addAuthentication(Authentication authentication) |
| void | addProxy(Proxy proxy) |
| void | addReleases(RepositoryPolicy releases) |
| void | addSnapshots(RepositoryPolicy snapshots) |
| Authentication | getAuthentication() |
| Proxy | getProxy() |
| RepositoryPolicy | getReleases() |
| RepositoryPolicy | getSnapshots() |
| String | getUrl() |
| void | setUrl(String url) |