org.eclipse.xtext.ui.wizard
Class DefaultProjectInfo

java.lang.Object
  extended by org.eclipse.xtext.ui.wizard.DefaultProjectInfo
All Implemented Interfaces:
IProjectInfo
Direct Known Subclasses:
RelengProjectInfo

public class DefaultProjectInfo
extends java.lang.Object
implements IProjectInfo

Author:
Peter Friese - Initial contribution and API

Constructor Summary
DefaultProjectInfo()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProjectInfo

public DefaultProjectInfo()
Method Detail

setProjectName

public void setProjectName(java.lang.String projectName)
Description copied from interface: IProjectInfo
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.

Specified by:
setProjectName in interface IProjectInfo
Parameters:
projectName - - projec's name

getProjectName

public java.lang.String getProjectName()
Description copied from interface: IProjectInfo
The returned name should be used as folder name and
as project name in the corresponding .project file.

Specified by:
getProjectName in interface IProjectInfo
Returns:
project's name