public class DefaultProjectInfo extends Object implements IExtendedProjectInfo
| Constructor and Description |
|---|
DefaultProjectInfo() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.core.runtime.IPath |
getLocationPath() |
String |
getProjectName()
The returned name should be used as folder name and
as project name in the corresponding .project file. |
void |
setLocationPath(org.eclipse.core.runtime.IPath locationPath)
Sets the path where the project should be created.
|
void |
setProjectName(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. |
public void setProjectName(String projectName)
IProjectInfosetProjectName in interface IProjectInfoprojectName - - projec's namepublic String getProjectName()
IProjectInfogetProjectName in interface IProjectInfopublic org.eclipse.core.runtime.IPath getLocationPath()
getLocationPath in interface IExtendedProjectInfopublic void setLocationPath(org.eclipse.core.runtime.IPath locationPath)
IExtendedProjectInfosetLocationPath in interface IExtendedProjectInfoCopyright © 2016. All Rights Reserved.