Interface IEclipseProjectCreationResult
-
- All Superinterfaces:
IProjectCreationResult
- All Known Implementing Classes:
EclipseProjectCreationResult
public interface IEclipseProjectCreationResult extends IProjectCreationResult
An instance of this class will be returned after calling EclipsePersistencer.createProject(String, File, String).- Author:
- El-Sharkawy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.core.resources.IProjectgetIProject()Returns the eclipse handle for the newly created eclipse project.-
Methods inherited from interface net.ssehub.easy.producer.core.persistence.datatypes.IProjectCreationResult
getBuildScript, getConfigFolder, getProjectFolder, getProjectID, getVarModel, getVarModelProjectPath
-
-