Interface IProjectDescriptionFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.resource.impl.ProjectDescription getProjectDescription​(org.eclipse.xtext.workspace.IProjectConfig project)
      Create the description for the given project.
    • Method Detail

      • getProjectDescription

        org.eclipse.xtext.resource.impl.ProjectDescription getProjectDescription​(org.eclipse.xtext.workspace.IProjectConfig project)
        Create the description for the given project.
        Parameters:
        project - the project configuration
        Returns:
        the description for the project.