com.sun.star.lib.uno.helper
public class Factory extends ComponentBase implements XSingleComponentFactory, XServiceInfo
UNKNOWN: This factory implementation does not support lang.XSingleServiceFactory.
| Method Summary | |
|---|---|
| static XSingleComponentFactory | createComponentFactory(Class impl_class, String[] supported_services) Creates an object factory supporting interfaces
com.sun.star.lang.XSingleComponentFactory and
com.sun.star.lang.XServiceInfo |
| Object | createInstanceWithArgumentsAndContext(Object[] arguments, XComponentContext xContext) |
| Object | createInstanceWithContext(XComponentContext xContext) |
| String | getImplementationName() |
| String[] | getSupportedServiceNames() |
| boolean | supportsService(String service_name) |
| static boolean | writeRegistryServiceInfo(String impl_name, String[] supported_services, XRegistryKey xKey) Writes component's implementation info to given registry key. |
Parameters: impl_class implementation class supported_services services implemented
Returns: object factory
Parameters: impl_name name of implementation supported_services supported services of implementation xKey registry key to write to
Returns: success