Interface IMainProvider
public interface IMainProvider
Provides the name of the XMain interface implementations.
-
Method Summary
Modifier and TypeMethodDescriptiongetMainNames(org.eclipse.core.resources.IProject pProject) Get the names of the XMain implementations in the project.
-
Method Details
-
getMainNames
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.
-