org.eclipse.xtext.ui.util
Interface IProjectFactoryContributor

All Known Implementing Classes:
DefaultProjectFactoryContributor, DslProjectContributor, Ecore2XtextDslProjectContributor, SiteSpexCreator, TestProjectContributor

public interface IProjectFactoryContributor

Since:
2.3
Author:
dhuebner - Initial contribution and API
This interface is not intended to be implemented by clients.
This interface is not intended to be implemented by clients.
This class is not intended to be subclassed by clients.
This interface is not intended to be extended by clients.

Nested Class Summary
static interface IProjectFactoryContributor.IFileCreator
           
 
Method Summary
 void contributeFiles(org.eclipse.core.resources.IProject project, IProjectFactoryContributor.IFileCreator fileWriter)
           
 

Method Detail

contributeFiles

void contributeFiles(org.eclipse.core.resources.IProject project,
                     IProjectFactoryContributor.IFileCreator fileWriter)