org.eclipse.xtext.ui.wizard
Interface IProjectInfo

All Known Implementing Classes:
DefaultProjectInfo, Ecore2XtextProjectInfo, RelengProjectInfo, XtextProjectInfo

public interface IProjectInfo

A IProjectInfo, normally created by XtextNewProjectWizard subclasses,
is a kind of data holder for values which were collected from the corresponding Wizard pages.
This data should be used in IProjectCreator to create a proper project

Author:
Peter Friese - Initial contribution and API, Dennis Huebner - Javadoc

Method Summary
 java.lang.String getProjectName()
          The returned name should be used as folder name and
as project name in the corresponding .project file.
 void setProjectName(java.lang.String projectName)
          Set project name to use when creating the a project.
This name will be used as folder name and as project name in the corresponding .project file.
 

Method Detail

setProjectName

void setProjectName(java.lang.String projectName)
Set project name to use when creating the a project.
This name will be used as folder name and as project name in the corresponding .project file.

Parameters:
projectName - - projec's name

getProjectName

java.lang.String getProjectName()
The returned name should be used as folder name and
as project name in the corresponding .project file.

Returns:
project's name