Overview |
Module |
Use |
Devguide |
Index |
:: com :: sun :: star ::
|
module registry |
- Description
- Interfaces to access registration databases.
|
Services |
DefaultRegistry |
implicitly supports a local registry and a read-only
system registry for global information.
In the context of this service,
the functions open , close , and destroy
from XSimpleRegistry are not supported and throw an exception
if they are used.
|
ImplementationRegistration |
is the implementation of the interface XImplementationRegistration.
This service can be used to install or uninstall components (implementations).
Further, it is possible to check if all runtime dependencies (needed services) are
available to use a specified component.
Guarantees:
|
NestedRegistry |
supports a shared view on two different registries. The registry
files will be opened in two different modes, registry1 will be opened with read/write
rights and registry2 will be opened read-only.
In the context of this service, the functions open , close ,
and destroy from XSimpleRegistry are not supported and
throw an exception if they are used.
|
SimpleRegistry |
makes it possible to create, open, or close a registry. Further, it is
possible to merge a registry under a specified key in the open registry.
Guarantees:
|
Interfaces |
XImplementationRegistration |
offers a registry for implementation objects and provides information
about the registered implementations.
|
XImplementationRegistration2 |
extends the functionality of XImplementationRegistration. It can be useful to specify a complete Url to a component but register the components name only (library or jar name).
|
XRegistryKey |
makes structural information (except regarding tree structures)
of a single registry key accessible.
|
XSimpleRegistry |
allows access to a registry (a persistent data source).
The data is stored in a hierarchical key structure beginning with a root key.
Each key can store a value and can have multiple subkeys.
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.