:: com :: sun :: star :: registry ::
|
interface XSimpleRegistry |
|
- Description
- 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.
- See also
- XRegistryKey
|
Methods' Summary |
getURL |
returns the URL of the current data source of the registry.
|
open |
connects the registry to a persistent data source represented by
an URL.
|
isValid |
checks if the registry points to a valid data-source.
|
close |
disconnects the registry from the data-source.
|
destroy |
destroys the registry and the data source.
|
getRootKey |
|
isReadOnly |
checks if the registry is readonly.
|
mergeKey |
DEPRECATED: this method lacks a registry key (better than a URL).
merges a registry under the specified key.
|
Methods' Details |
getURL
- Description
- returns the URL of the current data source of the registry.
|
|
open
- Description
- connects the registry to a persistent data source represented by
an URL.
If a local registry is already open, this function
will close the currently open registry.
- Parameter aURL
- specifies the complete URL to access the data source.
- Parameter bReadOnly
- specifies if the data source should be opened for
read only.
- Parameter bCreate
- specifies if the data source should be created if it
does not already exist.
- Throws
- InvalidRegistryException
if the registry does not exist.
|
|
isValid
- Description
- checks if the registry points to a valid data-source.
|
|
close
- Description
- disconnects the registry from the data-source.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
destroy
- Description
- destroys the registry and the data source.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
getRootKey
- Returns
- the root key of the registry.
- Throws
- InvalidRegistryException
if no registry is open
|
|
isReadOnly
- Description
- checks if the registry is readonly.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
mergeKey
- Description
- DEPRECATED: this method lacks a registry key (better than a URL).
merges a registry under the specified key.
If the key does not exist it will be created. Existing
keys will be overridden from keys of registry specified by
aUrl.
- Throws
- InvalidRegistryException
if the registry is not open.
- Throws
- MergeConflictException
if any differences occur during merging
|
|
Top of Page
Copyright © 2000, 2012 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.