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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (FINAL VERSION FOR L10N)
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
 
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.
 
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 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 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 [https://people.freedesktop.org/~vmiklos/2013/oor-document-format.html https://people.freedesktop.org/~vmiklos/2013/oor-document-format.html].  
  
 
{{PDL1}}
 
{{PDL1}}
  
 
[[Category:Documentation/Developer's Guide/Configuration Management]]
 
[[Category:Documentation/Developer's Guide/Configuration Management]]

Latest revision as of 17:17, 21 December 2020



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 backend uses these XML formats internally as well. Some information about the internal organization of the backend is available at https://people.freedesktop.org/~vmiklos/2013/oor-document-format.html.

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