blob: 5133e90dd695721e26896e2803ce86657040ba8c [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed
with this work for additional information regarding copyright
ownership. The ASF licenses this file to you under the Apache
License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of
the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific
language governing permissions and limitations under the License.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>org.apache.clerezza.dataset</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>This package provides access to named {@link
org.apache.clerezza.ImmutableGraph}S and {@link
org.apache.clerezza.Graph}S that may originate from various
implementations.</p>
<h3>Accessing</h3>
<p>
If running in a dependency injection system you should get an instance
of
<code>TcManager</code>
by the framework, otherwise use the static method
<code>TcManager.getInstance</code>
.
</p>
<h3>Adding a provider</h3>
<p>A provider implements {@link org.apache.clerezza.dataset.WeightedTcProvider}.</p>
<p>
To work outside a component injection framework it contains a file
<code>META-INF/services/org.apache.clerezza.dataset.WeightedTcProvider</code>
containing the name of the implementing class.
</p>
<p>
To work in a OSGi-DS context the provider register a component
exposing
<code>org.apache.clerezza.dataset.WeightedTcProvider</code>
as service interface.
</p>
</body>
</html>