| Package | Description |
|---|---|
| org.jboss.gravia.repository | |
| org.jboss.gravia.repository.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MavenIdentityRepository |
interface |
PersistentRepository
A persistent repository.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMavenIdentityRepository
A simple
Repository that delegates to a maven repositories. |
class |
DefaultPersistentRepository
The default
PersistentRepository. |
class |
RepositoryAggregator
A
Repository aggregator. |
| Modifier and Type | Method and Description |
|---|---|
Repository |
PersistentRepository.getDelegate() |
Repository |
RepositoryStorage.getRepository()
Get the associated reposistory;
|
| Modifier and Type | Method and Description |
|---|---|
List<Repository> |
RepositoryAggregator.getDelegates() |
| Modifier and Type | Method and Description |
|---|---|
RepositoryStorage |
RepositoryStorageFactory.create(Repository repository)
Create the storage for a given repository
|
| Constructor and Description |
|---|
DefaultPersistentRepository(Repository.ConfigurationPropertyProvider propertyProvider,
Repository delegate) |
RepositoryAggregator(Repository... delegates) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMavenIdentityRepository
A simple
Repository that delegates to a maven repositories. |
class |
AbstractPersistentRepository
An abstract
PersistentRepository. |
class |
AbstractRepository
An abstract
Repository that does nothing. |
| Modifier and Type | Method and Description |
|---|---|
Repository |
AbstractPersistentRepository.getDelegate() |
Repository |
MemoryRepositoryStorage.getRepository() |
| Constructor and Description |
|---|
AbstractPersistentRepository(Repository.ConfigurationPropertyProvider propertyProvider,
Repository delegate) |
MemoryRepositoryStorage(Repository repository) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.