Interface IMainProvider


public interface IMainProvider
Provides the name of the XMain interface implementations.
  • Method Summary

    Modifier and Type
    Method
    Description
    getMainNames(org.eclipse.core.resources.IProject pProject)
    Get the names of the XMain implementations in the project.
  • Method Details

    • getMainNames

      Vector<String> getMainNames(org.eclipse.core.resources.IProject pProject)
      Get the names of the XMain implementations in the project.
      Parameters:
      pProject - the UnoIdl project where to look for implementations
      Returns:
      the names of the implementations found.