Package org.apache.sis.openoffice
Class Registration
Object
Registration
The registration of all formulas provided in this package.
- Since:
- 0.8
Defined in the sis-openoffice module
- 
Method SummaryModifier 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- 
__getComponentFactoryReturns 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.
 
- 
__writeRegistryServiceInfopublic 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:
- trueif the operation succeeded.
 
 
-