|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Repository | |
---|---|
org.apache.maven.settings |
Uses of Repository in org.apache.maven.settings |
---|
Methods in org.apache.maven.settings that return Repository | |
---|---|
Repository |
Repository.clone()
Method clone. |
Methods in org.apache.maven.settings that return types with arguments of type Repository | |
---|---|
List<Repository> |
Profile.getPluginRepositories()
Method getPluginRepositories. |
List<Repository> |
Profile.getRepositories()
Method getRepositories. |
Methods in org.apache.maven.settings with parameters of type Repository | |
---|---|
void |
Profile.addPluginRepository(Repository repository)
Method addPluginRepository. |
void |
Profile.addRepository(Repository repository)
Method addRepository. |
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 | |
---|---|
void |
Profile.setPluginRepositories(List<Repository> pluginRepositories)
Set the lists of the remote repositories for discovering plugins. |
void |
Profile.setRepositories(List<Repository> repositories)
Set the lists of the remote repositories. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |