| Package | Description |
|---|---|
| org.jboss.gravia.repository | |
| org.jboss.gravia.repository.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MavenDelegateRepository |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMavenDelegateRepository
A simple
Repository that delegates to maven repositories. |
class |
DefaultRepository
The default
Repository. |
class |
RepositoryAggregator
A
Repository aggregator. |
| Modifier and Type | Method and Description |
|---|---|
Repository |
Repository.getFallbackRepository()
Get the associated fallback repository or null.
|
Repository |
RepositoryStorage.getRepository()
Get the associated repository
|
| Modifier and Type | Method and Description |
|---|---|
List<Repository> |
RepositoryAggregator.getDelegates() |
| Constructor and Description |
|---|
DefaultRepository(org.jboss.gravia.runtime.spi.PropertiesProvider propertyProvider,
RepositoryStorage storage,
Repository fallback) |
DefaultRepositoryStorage(org.jboss.gravia.runtime.spi.PropertiesProvider propertyProvider,
Repository repository) |
RepositoryAggregator(org.jboss.gravia.runtime.spi.PropertiesProvider propertiesProvider,
Repository... delegates) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMavenDelegateRepository
A simple
Repository that delegates to a maven repositories. |
class |
AbstractRepository
An abstract
Repository that does nothing. |
| Modifier and Type | Method and Description |
|---|---|
Repository |
AbstractRepository.getFallbackRepository() |
Repository |
MemoryRepositoryStorage.getRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRepository.setFallbackRepository(Repository fallback) |
| Constructor and Description |
|---|
AbstractRepositoryStorage(Repository repository) |
MemoryRepositoryStorage(Repository repository) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.