:: com :: sun :: star :: deployment ::

unpublished interface XPackageInformationProvider
Description
Objects implementing this interface provide an URL to the root of an installed package.
Since
OpenOffice 2.2

Methods' Summary
getPackageLocation get Package information for a specific extension.  
Methods' Details
getPackageLocation
string
getPackageLocation( [in] string  extensionId );

Description
get Package information for a specific extension.
Parameter extensionId
the unique identifier of an extension. The service looks for an installed package with the given id and returns the URL to the root of the package. If the service can not find a matching package, an emty string will be returned.
Top of Page