blob: d7951803d2c53f7d3c7ddc776cd83f3eee25f6aa [file] [log] [blame]
<!-- $Header: /cvshome/build/info.dmtree/src/info/dmtree/spi/package.html,v 1.2 2006/07/12 21:07:14 hargrave Exp $ -->
<BODY>
<p>Device Management Tree SPI Package Version 1.0.
This package contains the interface classes that compose the Device Management
SPI (Service Provider Interface). These interfaces are implemented by DMT plugins;
users of the <code>DmtAdmin</code> interface do not interact directly with these.
<p>Bundles wishing to use this package must list the package
in the Import-Package header of the bundle's manifest.
For example:
<pre>
Import-Package: info.dmtree.spi;version=1.0
</pre>
</BODY>