Interface IEclipseProjectCreationResult

All Superinterfaces:
net.ssehub.easy.producer.core.persistence.datatypes.IProjectCreationResult
All Known Implementing Classes:
EclipseProjectCreationResult

public interface IEclipseProjectCreationResult extends net.ssehub.easy.producer.core.persistence.datatypes.IProjectCreationResult
An instance of this class will be returned after calling EclipsePersistencer.createProject(String, File, String).
Author:
El-Sharkawy
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.core.resources.IProject
    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
  • Method Details

    • getIProject

      org.eclipse.core.resources.IProject getIProject()
      Returns the eclipse handle for the newly created eclipse project.
      Returns:
      The eclipse handle for the newly created eclipse project.