Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8100bb8a423feb05d0aa47612f15ec613c1eea33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <title>Package-level Javadoc</title>
</head>
<body>
Provides API for customizing and extending a p2-based provisioning system
<h2>
Package Specification</h2>
<p>
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.
<p>
@since 2.0
</p>
</body>
</html>

Back to the top