org.apache.maven.artifact.ant
Class RemoteRepository
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.maven.artifact.ant.Repository
org.apache.maven.artifact.ant.RemoteRepository
public class RemoteRepository
- extends Repository
Remote repository type.
- Version:
- $Id: RemoteRepository.java 524632 2007-04-01 17:05:24Z jvanzyl $
- Author:
- Brett Porter
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, log, log, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteRepository
public RemoteRepository()
getUrl
public java.lang.String getUrl()
setUrl
public void setUrl(java.lang.String url)
getAuthentication
public Authentication getAuthentication()
addAuthentication
public void addAuthentication(Authentication authentication)
addProxy
public void addProxy(Proxy proxy)
getProxy
public Proxy getProxy()
getSnapshots
public RepositoryPolicy getSnapshots()
addSnapshots
public void addSnapshots(RepositoryPolicy snapshots)
getReleases
public RepositoryPolicy getReleases()
addReleases
public void addReleases(RepositoryPolicy releases)
Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.