:: drafts :: com :: sun :: star :: configuration :: backend ::

interface XUpdatableLayer
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XLayer
    |
    +-XUpdatableLayer
Description
Provides access to a read-write layer of configuration data.

Methods' Summary
replaceWith Replaces the current layer with the layer given as input parameter.
Methods' Details
replaceWith
void
replaceWith(
 
[in] XLayer 

raises(

 
aNewLayer ) 
::com::sun::star::lang::WrappedTargetException );

Description
Replaces the current layer with the layer given as input parameter.
Parameter aNewLayer
replacement layer
Throws
com::sun::star::lang::WrappedTargetException if an error occurs during the replacement.
Top of Page