Package | Description |
---|---|
org.eclipse.equinox.p2.repository |
Defines common API for querying and modifying provisioning repositories.
|
org.eclipse.equinox.p2.repository.artifact |
Defines artifact repository.
|
org.eclipse.equinox.p2.repository.artifact.spi |
Defines SPI for registering new implementations of artifact repositories.
|
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 | Interface and Description |
---|---|
interface |
ICompositeRepository<T>
A composite repository doesn't directly contain any contents, but rather contains
only a list of child repositories.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IArtifactRepository
A repository containing artifacts.
|
interface |
IFileArtifactRepository
An artifact repository whose artifacts are available in the local file system.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractArtifactRepository
The common base class for all artifact repository implementations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMetadataRepository
A metadata repository stores information about a set of installable units
This interface is not intended to be implemented by clients.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMetadataRepository
The common base class for all metadata repositories.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRepository<T>
AbstractRepository defines common properties that may be provided by various kinds
of repositories.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.