Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b68677535b5d6ef19938f7970ab5864e5c9b55ba (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>
Defines common API for querying and modifying provisioning repositories.
<h2>
Package Specification</h2>
<p>
This package defines API common to both metadata and artifact repositories.
This API includes base interfaces for interacting with generic repositories, and repository manager
API for querying and manipulating the set of repositories known to a given provisioning
agent.
<p>
@since 2.0
</p>
</body>
</html>

Back to the top