configurationengine/doc/api/api.rst
author Bob Rosenberg <bob.rosenberg@nokia.com>
Tue, 26 Oct 2010 10:43:50 +0100
changeset 8 a2e65c705db8
parent 3 e7e0ae78773e
permissions -rw-r--r--
Fix for bug when joining where ID prefixes would be added even if they use the default ID namespace


.. _cone-api:
ConE API
========

The Cone API consists of submodules that contain the actual api implementations. The modules are splitted according to the purpose of use. 
* public api is the main public interface that Cone offers.
* plugin api is the interface which defines all plugin extension base classes and a general plugin framework.

modules:

.. toctree::
    :maxdepth: 3
    
    public
    plugin