ooodev.adapter.deployment.the_package_manager_factory_comp module
- class ooodev.adapter.deployment.the_package_manager_factory_comp.ThePackageManagerFactoryComp(component)[source]
Bases:
ComponentBase,PackageManagerFactoryPartialClass for managing thePackageManagerFactory Component.
Deprecated: This class is deprecated use
ooodev.adapter.deployment.extension_manager.thePackageManagerFactoryinstead.- Parameters:
component (thePackageManagerFactory) –
- __init__(component)[source]
Constructor
- Parameters:
component (thePackageManagerFactory) – UNO Component that implements
com.sun.star.deployment.thePackageManagerFactoryservice.- Return type:
None
- classmethod from_lo(lo_inst=None)[source]
Get the singleton instance from the Lo.
- Parameters:
lo_inst (LoInst, optional) – LoInst, Defaults to
Lo.current_lo.- Returns:
The instance.
- Return type:
- property component: com.sun.star.deployment.thePackageManagerFactory
thePackageManagerFactory Component
- Return type:
thePackageManagerFactory