Difference between revisions of "Documentation/DevGuide/Config/Customizing Configuration Data"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (FINAL VERSION FOR L10N)
(adapted to configmgr re-write)
Line 11: Line 11:
 
You can add configuration data for your own components by creating a new configuration schema file and installing it into the configuration backend. You can also create a configuration data file for either your own schema or an existing schema and import it into the configuration database. The file format used for both kinds of configuration documents is documented at [http://util.openoffice.org/common/configuration/oor-document-format.html http://util.openoffice.org/common/configuration/oor-document-format.html] .  
 
You can add configuration data for your own components by creating a new configuration schema file and installing it into the configuration backend. You can also create a configuration data file for either your own schema or an existing schema and import it into the configuration database. The file format used for both kinds of configuration documents is documented at [http://util.openoffice.org/common/configuration/oor-document-format.html http://util.openoffice.org/common/configuration/oor-document-format.html] .  
  
The standard file-based backend uses these file formats internally as well. Some information about the internal organization of this backend is available at [http://util.openoffice.org/common/configuration/oor-registry.html http://util.openoffice.org/common/configuration/oor-registry.html].  
+
The backend uses these XML formats internally as well. Some information about the internal organization of the backend is available at [http://util.openoffice.org/common/configuration/oor-registry.html http://util.openoffice.org/common/configuration/oor-registry.html].  
  
 
{{PDL1}}
 
{{PDL1}}
  
 
[[Category:Documentation/Developer's Guide/Configuration Management]]
 
[[Category:Documentation/Developer's Guide/Configuration Management]]

Revision as of 12:49, 23 June 2010



The configuration management API is a data manipulation API. There is no support for data definition functionality. You cannot programmatically inspect, modify or create a configuration schema.

You can add configuration data for your own components by creating a new configuration schema file and installing it into the configuration backend. You can also create a configuration data file for either your own schema or an existing schema and import it into the configuration database. The file format used for both kinds of configuration documents is documented at http://util.openoffice.org/common/configuration/oor-document-format.html .

The backend uses these XML formats internally as well. Some information about the internal organization of the backend is available at http://util.openoffice.org/common/configuration/oor-registry.html.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages