Skip to main content
summaryrefslogtreecommitdiffstats
blob: f7058c8d61c747e90cb639f88845481dd951c695 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="IBM">
   <meta name="GENERATOR" content="Mozilla/4.5 [en] (WinNT; I) [Netscape]">
   <title>Package-level Javadoc</title>
</head>
<body>
Provides common utility classes and services that are useful for
provisioning clients.  These utilities are above the level of the
p2 core, but do not rely on a UI.
<h2>
Package Specification</h2>
<p>
This package consists of several utility classes:
<ol>
<li><b>LicenseManager</b> describes a service which accepts or rejects
licenses and remembers the accepted licenses.  Clients should register
an implementation of LicenseManager in order to remember the
licenses.
</li>
<li><b>TranslationSupport</b> retrieves the externalized (translated)
values for installable units.
</li>
</ol>
<p>
@since 2.0
</body>
</html>

Back to the top