Uses of Class
org.apache.maven.model.Repository

Packages that use Repository
org.apache.maven.model   
org.apache.maven.project   
 

Uses of Repository in org.apache.maven.model
 

Methods in org.apache.maven.model that return types with arguments of type Repository
 List<Repository> ModelBase.getPluginRepositories()
          Method getPluginRepositories.
 List<Repository> ModelBase.getRepositories()
          Method getRepositories.
 

Methods in org.apache.maven.model with parameters of type Repository
 void ModelBase.addPluginRepository(Repository repository)
          Method addPluginRepository.
 void ModelBase.addRepository(Repository repository)
          Method addRepository.
 void ModelBase.removePluginRepository(Repository repository)
          Method removePluginRepository.
 void ModelBase.removeRepository(Repository repository)
          Method removeRepository.
 

Method parameters in org.apache.maven.model with type arguments of type Repository
 void ModelBase.setPluginRepositories(List<Repository> pluginRepositories)
          Set the lists of the remote repositories for discovering plugins for builds and reports.
 void ModelBase.setRepositories(List<Repository> repositories)
          Set the lists of the remote repositories for discovering dependencies and extensions.
 

Uses of Repository in org.apache.maven.project
 

Methods in org.apache.maven.project that return Repository
static Repository ModelUtils.cloneRepository(Repository src)
           
 

Methods in org.apache.maven.project with parameters of type Repository
static ArtifactRepository ProjectUtils.buildArtifactRepository(Repository repo, ArtifactRepositoryFactory artifactRepositoryFactory, org.codehaus.plexus.PlexusContainer container)
           
static Repository ModelUtils.cloneRepository(Repository src)
           
 



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