configurationengine/doc/api/api.rst
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
child 3 e7e0ae78773e
permissions -rw-r--r--
Adding EPL version of configurationengine.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     1
Cone API
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
========
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
The Cone API consists of submodules that contain the actual api implementations. The modules are splitted according to the purpose of use. 
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
* public api is the main public interface that Cone offers.
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
* plugin api is the interface which defines all plugin extension base classes and a general plugin framework.
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
modules:
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
.. toctree::
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
    public
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
    plugin
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
    howto