module com::sun::star::configuration

(Global Index)

submodules

services

interfaces

structs

exceptions

enums

typedefs

constant groups

Description

Access to the tree of configuration data.


submodules


services

AccessRootElement provides information about the root element of a hierarchy, by name, and about the hierarchy as a whole.
ConfigurationAccess provides (read) access to a fragment of the configuration hierarchy.
ConfigurationProvider manages one, or more, complete sets of configuration data and serves as a factory for objects that provide access to a subset of the configuration.
ConfigurationRegistry
ConfigurationUpdateAccess provides modifying access to a fragment of the configuration hierarchy.
GroupAccess provides access to a predefined heterogeneous group of values and nested trees as part of a (by name) hierarchy.
GroupElement provides information about a predefined element contained in a heterogeneous group of elements within a (by name) hierarchy.
GroupUpdate provides write access to a predefined heterogeneous group of values and nested trees as part of a (by name) hierarchy.
HierarchyAccess provides access to a (by name) hierarchy of descendant elements.
HierarchyElement provides information about an element within a (by name) hierarchy.
PropertyHierarchy provides access to and information about properties and subproperties of an implementation.
SetAccess provides access to a dynamic, homogeneous set of values or nested trees within a (by name) hierarchy.
SetElement provides information about a dynamic element that can be inserted into a homogeneous set of elements within a (by name) hierarchy.
SetUpdate provides write access to a dynamic homogeneous set of values or nested trees within a (by name) hierarchy.
SimpleSetAccess provides access to a dynamic, homogeneous, nonhierarchical set of values or objects.
SimpleSetUpdate provides write access to a dynamic, homogeneous, non-hierarchical set of values or objects.
UpdateRootElement provides update control for a (by name) hierarchy and information about the hierarchy as a whole as well as its root.

interfaces

XTemplateContainer implemented by objects that contain instances of a named template.
XTemplateInstance implemented by objects that are instances of a named template.

structs


exceptions

CannotLoadConfigurationException is thrown when an application tries to create a configuration provider but the configuration can't be loaded
InstallationIncompleteException is thrown when creating a configuration provider fails because the user's installation for the is missing or incomplete
InvalidBootstrapFileException is thrown when creating a configuration provider fails because a bootstrap file needed to locate the configuration contains invalid data
MissingBootstrapFileException is thrown when creating a configuration provider fails because a bootstrap file needed to locate the configuration is missing

enums


typedefs


constant groups

Top of Page