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

Packages that use Repository
org.apache.maven.model   
org.apache.maven.model.io.jdom   
 

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.model.io.jdom
 

Methods in org.apache.maven.model.io.jdom with parameters of type Repository
protected  void MavenJDOMWriter.updateRepository(Repository repository, String xmlTag, MavenJDOMWriter.Counter counter, org.jdom.Element element)
          Method updateRepository.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.