org.eclipse.xtext.xtext.ui.wizard.releng.templates
Class BuckminsterFilesCreator

java.lang.Object
  extended by org.eclipse.xtext.xtext.ui.wizard.releng.templates.BuckminsterFilesCreator

public class BuckminsterFilesCreator
extends java.lang.Object

Creates some buckminster files. cquery, spec, rmap etc.

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

Constructor Summary
BuckminsterFilesCreator(IProjectFactoryContributor.IFileCreator fileCreator)
           
 
Method Summary
 org.eclipse.core.resources.IFile createBuckminsterFiles(RelengProjectInfo projectInfo)
           
 org.eclipse.core.resources.IFile createInstallBuckminsterLaunch(RelengProjectInfo projectInfo)
          Creates launch configuration file that installs headless buckminster
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuckminsterFilesCreator

public BuckminsterFilesCreator(IProjectFactoryContributor.IFileCreator fileCreator)
Method Detail

createBuckminsterFiles

public org.eclipse.core.resources.IFile createBuckminsterFiles(RelengProjectInfo projectInfo)

createInstallBuckminsterLaunch

public org.eclipse.core.resources.IFile createInstallBuckminsterLaunch(RelengProjectInfo projectInfo)
Creates launch configuration file that installs headless buckminster

Parameters:
projectInfo - Project configuration to use