Package | Description |
---|---|
org.eclipse.equinox.p2.core |
Provides core support for interacting with a p2-based provisioning system
Package Specification
This package specifies API for creating, using, and extending a provisioning system.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
StrongPool<T>
An object pool backed by strong references.
|
class |
WeakPool<T>
An object pool backed by weak references.
|
Modifier and Type | Method and Description |
---|---|
void |
IMetadataRepository.compress(IPool<IInstallableUnit> iuPool)
Cause semantically equivalent IInstallableUnits in the receiver to be
replaced with a shared object from the provided
IPool . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMetadataRepository.compress(IPool<IInstallableUnit> iuPool) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.