public interface IProjectCreator
extends org.eclipse.jface.operation.IRunnableWithProgress
IProjectInfo
is set. After that the
IRunnableWithProgress.run(org.eclipse.core.runtime.IProgressMonitor)
method is called.getResult()
methodXtextNewProjectWizard
Modifier and Type | Method and Description |
---|---|
org.eclipse.core.resources.IFile |
getResult()
Result is a file that will be opened after the the project creation was successfully completed.
|
void |
setProjectInfo(IProjectInfo projectInfo)
Sets project creator configuration object.
|
void setProjectInfo(IProjectInfo projectInfo)
IProjectInfo
, normally created by XtextNewProjectWizard
subclasses,IProjectInfo
org.eclipse.core.resources.IFile getResult()
Result is a file that will be opened after the the project creation was successfully completed.
(Dennis: This method name is misleading. Should be fileToOpenOnFinish or something. Consider to deprecate it in 2.4)IFile
that should be opened after the project creation was successfully done.