Object
Registration
The registration of all formulas provided in this package.
- Since:
- 0.8
-
Method Summary
Modifier and TypeMethodDescriptionstatic XSingleComponentFactory
__getComponentFactory
(String implementation) Returns a factory for creating the service.static boolean
__writeRegistryServiceInfo
(XRegistryKey registry) Writes the service information into the given registry key.
-
Method Details
-
__getComponentFactory
Returns a factory for creating the service. This method is called by thecom.sun.star.comp.loader.JavaLoader
; do not rename!- Parameters:
implementation
- the name of the implementation for which a service is desired.- Returns:
- a factory for creating the component.
-
__writeRegistryServiceInfo
public static boolean __writeRegistryServiceInfo(XRegistryKey registry) Writes the service information into the given registry key. This method is called by thecom.sun.star.comp.loader.JavaLoader
; do not rename!- Parameters:
registry
- the registry key.- Returns:
true
if the operation succeeded.
-