Package | Description |
---|---|
org.eclipse.equinox.p2.repository.metadata |
Defines metadata repository.
|
org.eclipse.equinox.p2.repository.metadata.spi |
Defines SPI for registering new implementations of metadata repositories.
|
org.eclipse.equinox.p2.repository.spi |
Defines common types for handling repositories.
|
Modifier and Type | Method and Description |
---|---|
Collection<IRepositoryReference> |
IMetadataRepository.getReferences()
Returns the repositories that this repository is referencing.
|
Modifier and Type | Method and Description |
---|---|
void |
IMetadataRepository.addReferences(Collection<? extends IRepositoryReference> references)
Adds references to another repository to this repository.
|
Modifier and Type | Field and Description |
---|---|
IRepositoryReference[] |
AbstractMetadataRepository.RepositoryState.Repositories
The persisted array of repository references
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMetadataRepository.addReferences(Collection<? extends IRepositoryReference> references)
Adds references to another repository to this repository.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryReference
Concrete implementation of a repository reference.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.