org.eclipse.xtext.xtext.ui.wizard.project
Class TestProjectContributor

java.lang.Object
  extended by org.eclipse.xtext.xtext.ui.wizard.project.DefaultProjectFactoryContributor
      extended by org.eclipse.xtext.xtext.ui.wizard.project.TestProjectContributor
All Implemented Interfaces:
IProjectFactoryContributor

public class TestProjectContributor
extends DefaultProjectFactoryContributor

Contributes build.properties file and the launch configuration file to a new dsl test project

Since:
2.3
Author:
Dennis Huebner - Initial contribution and API

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.ui.util.IProjectFactoryContributor
IProjectFactoryContributor.IFileCreator
 
Constructor Summary
TestProjectContributor(XtextProjectInfo projectInfo)
           
 
Method Summary
 void contributeFiles(org.eclipse.core.resources.IProject project, IProjectFactoryContributor.IFileCreator fileWriter)
           
 
Methods inherited from class org.eclipse.xtext.xtext.ui.wizard.project.DefaultProjectFactoryContributor
writeToFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestProjectContributor

public TestProjectContributor(XtextProjectInfo projectInfo)
Method Detail

contributeFiles

public void contributeFiles(org.eclipse.core.resources.IProject project,
                            IProjectFactoryContributor.IFileCreator fileWriter)
Specified by:
contributeFiles in interface IProjectFactoryContributor
Overrides:
contributeFiles in class DefaultProjectFactoryContributor