Type: required
Title: new XPackageManager.isReadOnly
Posted by: [EMAIL PROTECTED]
Affected: -,
Effective from: SRC c09tosrc
*Summary*
--------
+com.sun.star.deployment.XPackageManager.isReadOnly
*Description*
-------------
Here is the idl description:
/** indicates that this implementation cannot be used for tasks
which require write access to the location where the extensions
are installed.
Normally one would call a method and handle the exception
if writing failed. However, a GUI interface may need to know
beforehand
if writing is allowed. For example, the Extension Manager dialog
needs to enable / disable the Add button depending if the user has
write permission. Only the XPackageManager implementation
knows the
location of the installed extensions. Therefore it is not possible
to check "externally" for write permission.
*/
boolean isReadOnly();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]