:: com :: sun :: star ::

module deployment

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