Class DefaultProjectDescriptionFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.resource.impl.ProjectDescription getProjectDescription​(org.eclipse.xtext.workspace.IProjectConfig config)
      Create the description for the given project.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultProjectDescriptionFactory

        public DefaultProjectDescriptionFactory()
    • Method Detail

      • getProjectDescription

        public org.eclipse.xtext.resource.impl.ProjectDescription getProjectDescription​(org.eclipse.xtext.workspace.IProjectConfig config)
        Description copied from interface: IProjectDescriptionFactory
        Create the description for the given project.
        Specified by:
        getProjectDescription in interface IProjectDescriptionFactory
        Parameters:
        config - the project configuration
        Returns:
        the description for the project.