public class RemoteRepositoriesMerger extends Object
Remote Repostiories by identifier.| Constructor and Description |
|---|
RemoteRepositoriesMerger() |
| Modifier and Type | Method and Description |
|---|---|
List<org.eclipse.aether.repository.RemoteRepository> |
merge(List<org.eclipse.aether.repository.RemoteRepository> dominant,
List<org.eclipse.aether.repository.RemoteRepository> recessive)
Merges the two lists of remote repositories by their IDs.
|
public List<org.eclipse.aether.repository.RemoteRepository> merge(List<org.eclipse.aether.repository.RemoteRepository> dominant, List<org.eclipse.aether.repository.RemoteRepository> recessive)
recessive list.dominant - original list of repositories that should have authentication already set.recessive - list of repositories to be added if there is not already one in dominant list for the same ID.List of RemoteRepository.Copyright © 2022 MuleSoft, Inc.. All rights reserved.