ooodev.adapter.deployment.the_package_manager_factory_comp module

class ooodev.adapter.deployment.the_package_manager_factory_comp.ThePackageManagerFactoryComp(component)[source]

Bases: ComponentBase, PackageManagerFactoryPartial

Class for managing thePackageManagerFactory Component.

Deprecated: This class is deprecated use ooodev.adapter.deployment.extension_manager.thePackageManagerFactory instead.

Parameters:

component (thePackageManagerFactory) –

__init__(component)[source]

Constructor

Parameters:

component (thePackageManagerFactory) – UNO Component that implements com.sun.star.deployment.thePackageManagerFactory service.

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:

ThePackageManagerFactoryComp

property component: com.sun.star.deployment.thePackageManagerFactory

thePackageManagerFactory Component

Return type:

thePackageManagerFactory