Class MainImplementationsProvider
java.lang.Object
org.libreoffice.ide.eclipse.core.launch.MainImplementationsProvider
Class providing all the
XMain implementations of a UNO project.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]Gets all the classes implementing theXMaininterface in a UNO project.
-
Constructor Details
-
MainImplementationsProvider
public MainImplementationsProvider()
-
-
Method Details
-
getImplementations
Gets all the classes implementing theXMaininterface in a UNO project.This method delegates the search to the different language main providers.
- Parameters:
pPrj- the project where to find theXMainimplementations- Returns:
- the list of all the classes implementing the
XMaininterface
-