Configuration Data Sources
From Apache OpenOffice Wiki
< Documentation | DevGuide
Creating a view to configuration data is a two-step process.
- Connect to a data source by creating an instance of a com.sun.star.configuration.ConfigurationProvider.
- Ask the provider to create an access object for a specific nodepath in the configuration database using createInstanceWithArguments(). The access object can be a com.sun.star.configuration.ConfigurationAccess or a com.sun.star.configuration.ConfigurationUpdateAccess.
Content on this page is licensed under the Public Documentation License (PDL). |