org.openoffice.ide.eclipse.core.launch
Interface IMainProvider


public interface IMainProvider

Provides the name of the XMain interface implementations.

Author:
cedricbosdo

Method Summary
 java.util.Vector<java.lang.String> getMainNames(org.eclipse.core.resources.IProject pProject)
          Get the names of the XMain implementations in the project.
 

Method Detail

getMainNames

java.util.Vector<java.lang.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.