org.apache.maven.artifact.ant
Class RemoteRepository

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.maven.artifact.ant.Repository
          extended by org.apache.maven.artifact.ant.RemoteRepository

public class RemoteRepository
extends Repository

Remote repository type.

Version:
$Id: RemoteRepository.java 615614 2008-01-27 16:06:31Z hboutemy $
Author:
Brett Porter

Field Summary
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
RemoteRepository()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.apache.maven.artifact.ant.Repository
getId, getInstance, getLayout, getRefid, setId, setLayout, setRefid
 
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
 

Constructor Detail

RemoteRepository

public RemoteRepository()
Method Detail

getUrl

public String getUrl()

setUrl

public void setUrl(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)

getDefaultId

protected String getDefaultId()
Specified by:
getDefaultId in class Repository


Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.