Uses of Class
org.apache.maven.settings.Repository
-
Packages that use Repository Package Description org.apache.maven.settings org.apache.maven.settings.io.xpp3 -
-
Uses of Repository in org.apache.maven.settings
Fields in org.apache.maven.settings with type parameters of type Repository Modifier and Type Field Description private java.util.List<Repository>
Profile. pluginRepositories
This may be removed or relocated in the near future.private java.util.List<Repository>
Profile. repositories
Field repositories.Methods in org.apache.maven.settings that return types with arguments of type Repository Modifier and Type Method Description java.util.List<Repository>
Profile. getPluginRepositories()
Method getPluginRepositories.java.util.List<Repository>
Profile. getRepositories()
Method getRepositories.Methods in org.apache.maven.settings with parameters of type Repository Modifier and Type Method Description void
Profile. addPluginRepository(Repository repository)
Method addPluginRepository.void
Profile. addRepository(Repository repository)
Method addRepository.private static Repository
SettingsUtils. convertFromSettingsRepository(Repository settingsRepo)
void
Profile. removePluginRepository(Repository repository)
Method removePluginRepository.void
Profile. removeRepository(Repository repository)
Method removeRepository.Method parameters in org.apache.maven.settings with type arguments of type Repository Modifier and Type Method Description void
Profile. setPluginRepositories(java.util.List<Repository> pluginRepositories)
Set the lists of the remote repositories for discovering plugins.void
Profile. setRepositories(java.util.List<Repository> repositories)
Set the lists of the remote repositories. -
Uses of Repository in org.apache.maven.settings.io.xpp3
Methods in org.apache.maven.settings.io.xpp3 that return Repository Modifier and Type Method Description private Repository
SettingsXpp3Reader. parseRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseRepository.Methods in org.apache.maven.settings.io.xpp3 with parameters of type Repository Modifier and Type Method Description private void
SettingsXpp3Writer. writeRepository(Repository repository, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeRepository.
-