Package org.eclipse.equinox.p2.core.spi
package org.eclipse.equinox.p2.core.spi
Provides API for customizing and extending a p2-based provisioning system
Package Specification
This package specifies API for extending and customizing a provisioning system. A provisioning agent ties together a set of related services that work together to implement a provisioning system. Extenders can register a factory for adding new services to the system, or add services directly to an agent.
- Since:
- 2.0
-
ClassDescriptionServices created by
IAgentServiceFactory
objects can optionally implement this interface to participate in the agent lifecycle.A factory for creating a service that forms part of a provisioning agent instance.