public class RemoteRepository extends Repository
Constructor and Description |
---|
RemoteRepository() |
Modifier and Type | Method and Description |
---|---|
void |
addAuthentication(Authentication authentication) |
void |
addProxy(Proxy proxy) |
void |
addReleases(RepositoryPolicy releases) |
void |
addSnapshots(RepositoryPolicy snapshots) |
Authentication |
getAuthentication() |
protected String |
getDefaultId() |
Proxy |
getProxy() |
RepositoryPolicy |
getReleases() |
RepositoryPolicy |
getSnapshots() |
String |
getUrl() |
void |
setUrl(String url) |
getId, getInstance, getLayout, getRefid, setId, setLayout, setRefid
public String getUrl()
public void setUrl(String url)
public Authentication getAuthentication()
public void addAuthentication(Authentication authentication)
public void addProxy(Proxy proxy)
public Proxy getProxy()
public RepositoryPolicy getSnapshots()
public void addSnapshots(RepositoryPolicy snapshots)
public RepositoryPolicy getReleases()
public void addReleases(RepositoryPolicy releases)
protected String getDefaultId()
getDefaultId
in class Repository
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.