:: com :: sun :: star ::

module deployment

Nested Modules
ui
Services
PackageRegistryBackend The PackageRegistryBackend service is used to bind a specific type of XPackage which can be registered or revoked.
Singletons
thePackageManagerFactory thePackageManagerFactory denotes the one and only XPackageManagerFactory object to be used.
Interfaces
XPackage Objects of this interface reflect a bound package and are issued by a PackageRegistryBackend .
XPackageManager The XPackageManager interface is used to add or remove packages to a specific deployment context. Packages are deployable files, e.g. scripts or UNO components.
XPackageManagerFactory The XPackageManagerFactory interface is used to obtain XPackageManager instances.
XPackageRegistry Interface to bind an UNO package.
XPackageTypeInfo Objects of this interface provide information about a package's type.
Exceptions
DeploymentException A DeploymentException reflects a deployment error.
Top of Page