org.eclipse.stp.core.infrastructure.emf
Interface IResourceAssistantFactory
public interface IResourceAssistantFactory
The IResourceAssistantFactory can be installed via the
IEMFWorkbenchContextFactory, in order to provide an on-demand hook whenver a
new IEMFWorkbenchContext is created.
Every installed Resource Assistant Factory will be consulted for each
IEMFWorkbenchContext that is created. A factory should only create
IResourceAssistants for interesting projects.
- See Also:
IResourceAssistant
createResourceAssistant
IResourceAssistant createResourceAssistant(IProject aProject)