Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: aced7f551ccd77361b114dbd3be392b264f7e9a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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 support for interacting with the p2 provisioning engine
<h2>
Package Specification</h2>
<p>
This package specifies API for interacting with the p2 provisioning engine. The engine
is a naive service that blindly performs a set of requested changes to a provisioned
system. No attempt is made to resolve dependencies or determine whether the
resulting system is valid or consistent. It is assumed that the engine client has
crafted a valid provisioning plan for the engine to perform, typically by using a planner
service.
<p>
@since 2.0
</p>
</body>
</html>

Back to the top