Uses of Class
org.apache.maven.artifact.ant.RemoteRepository

Uses of RemoteRepository in org.apache.maven.artifact.ant
 

Methods in org.apache.maven.artifact.ant that return RemoteRepository
protected  RemoteRepository AbstractArtifactTask.createAntRemoteRepository(org.apache.maven.model.Repository pomRepository)
           
protected  RemoteRepository AbstractArtifactTask.createAntRemoteRepositoryBase(org.apache.maven.model.RepositoryBase pomRepository)
           
 RemoteRepository DeployTask.getRemoteRepository()
           
 

Methods in org.apache.maven.artifact.ant with parameters of type RemoteRepository
 void AbstractArtifactWithRepositoryTask.addConfiguredRemoteRepository(RemoteRepository remoteRepository)
          This is called automatically by ant when the task is initialized.
 void DeployTask.addRemoteRepository(RemoteRepository remoteRepository)
           
 void DeployTask.addRemoteSnapshotRepository(RemoteRepository remoteSnapshotRepository)
           
protected  org.apache.maven.artifact.repository.ArtifactRepository DeployTask.createDeploymentArtifactRepository(RemoteRepository repository)
          Create a core-Maven deployment ArtifactRepository from a Maven Ant Tasks's RemoteRepository definition.
protected  org.apache.maven.artifact.repository.ArtifactRepository AbstractArtifactTask.createRemoteArtifactRepository(RemoteRepository repository)
          Create a core-Maven ArtifactRepository from a Maven Ant Tasks's RemoteRepository definition.
 String AbstractArtifactWithRepositoryTask.generateDefaultRepositoryId(RemoteRepository repository)
          Generates an MD5 digest based on the url of the repository.
protected  org.apache.maven.artifact.repository.ArtifactRepositoryFactory AbstractArtifactTask.getArtifactRepositoryFactory(RemoteRepository repository)
          Create a core-Maven ArtifactRepositoryFactory from a Maven Ant Tasks's RemoteRepository definition, eventually configured with authentication and proxy information.
protected  void AbstractArtifactTask.updateRepositoryWithSettings(RemoteRepository repository)
           
 



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