Uses of Class
org.apache.maven.profiles.Repository
-
Packages that use Repository Package Description org.apache.maven.profiles org.apache.maven.profiles.io.xpp3 -
-
Uses of Repository in org.apache.maven.profiles
Fields in org.apache.maven.profiles 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.profiles 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.profiles 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
ProfilesConversionUtils. convertFromProfileXmlRepository(Repository profileXmlRepo)
void
Profile. removePluginRepository(Repository repository)
Method removePluginRepository.void
Profile. removeRepository(Repository repository)
Method removeRepository.Method parameters in org.apache.maven.profiles 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.profiles.io.xpp3
Methods in org.apache.maven.profiles.io.xpp3 that return Repository Modifier and Type Method Description private Repository
ProfilesXpp3Reader. parseRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseRepository.Methods in org.apache.maven.profiles.io.xpp3 with parameters of type Repository Modifier and Type Method Description private void
ProfilesXpp3Writer. writeRepository(Repository repository, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeRepository.
-