org.eclipse.xtext.xtext.ui.wizard.releng
Class RelengProjectFactory

java.lang.Object
  extended by org.eclipse.xtext.ui.util.ProjectFactory
      extended by org.eclipse.xtext.xtext.ui.wizard.releng.RelengProjectFactory

public class RelengProjectFactory
extends ProjectFactory

Author:
dhuebner - Initial contribution and API

Field Summary
static java.lang.String BUILD_FILE_NAME
           
 
Fields inherited from class org.eclipse.xtext.ui.util.ProjectFactory
builderIds, folders, location, projectName, projectNatures, referencedProjects, workbench, workingSets, workspace
 
Constructor Summary
RelengProjectFactory()
           
 
Method Summary
protected  void enhanceProject(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.SubMonitor subMonitor, org.eclipse.swt.widgets.Shell shell)
           
 void setRelengProjectInfo(RelengProjectInfo projectInfo)
           
 
Methods inherited from class org.eclipse.xtext.ui.util.ProjectFactory
addBuilderIds, addContributor, addFolders, addProjectNatures, addReferencedProjects, addWorkingSets, createFile, createFolders, createProject, createProjectDescription, createRecursive, deleteExistingProject, setBuilder, setLocation, setProjectName, writeToFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUILD_FILE_NAME

public static final java.lang.String BUILD_FILE_NAME
See Also:
Constant Field Values
Constructor Detail

RelengProjectFactory

public RelengProjectFactory()
Method Detail

enhanceProject

protected void enhanceProject(org.eclipse.core.resources.IProject project,
                              org.eclipse.core.runtime.SubMonitor subMonitor,
                              org.eclipse.swt.widgets.Shell shell)
                       throws org.eclipse.core.runtime.CoreException
Overrides:
enhanceProject in class ProjectFactory
Throws:
org.eclipse.core.runtime.CoreException

setRelengProjectInfo

public void setRelengProjectInfo(RelengProjectInfo projectInfo)