public class RepositoryAggregator extends AbstractRepository
Repository aggregator.Repository.ConfigurationPropertyProviderPROPERTY_MAVEN_REPOSITORY_BASE_URLS, PROPERTY_REPOSITORY_STORAGE_DIR, PROPERTY_REPOSITORY_STORAGE_FILE| Constructor and Description |
|---|
RepositoryAggregator(Repository... delegates) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.jboss.gravia.resource.Capability> |
findProviders(org.jboss.gravia.resource.Requirement req)
Find the capabilities that match the specified requirement.
|
List<Repository> |
getDelegates() |
adapt, findProviders, getNamepublic RepositoryAggregator(Repository... delegates)
public List<Repository> getDelegates()
public Collection<org.jboss.gravia.resource.Capability> findProviders(org.jboss.gravia.resource.Requirement req)
Repositoryreq - The requirements for which matching capabilities
should be returned. Must not be null.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.