Class MainImplementationsProvider

java.lang.Object
org.libreoffice.ide.eclipse.core.launch.MainImplementationsProvider

public class MainImplementationsProvider extends Object
Class providing all the XMain implementations of a UNO project.
  • Constructor Details

    • MainImplementationsProvider

      public MainImplementationsProvider()
  • Method Details

    • getImplementations

      public String[] getImplementations(IUnoidlProject pPrj)
      Gets all the classes implementing the XMain interface in a UNO project.

      This method delegates the search to the different language main providers.

      Parameters:
      pPrj - the project where to find the XMain implementations
      Returns:
      the list of all the classes implementing the XMain interface