Interface IWorkspaceConfig

  • All Known Implementing Classes:
    WorkspaceConfig

    public interface IWorkspaceConfig
    • Method Detail

      • getProjects

        java.util.Set<? extends IProjectConfig> getProjects()
        Returns:
        the set of projects belonging to the current workspace. Note that these are usually only populated in the context of an IDE.
      • findProjectContaining

        IProjectConfig findProjectContaining​(org.eclipse.emf.common.util.URI member)
        Returns:
        the project whose source folders physically contain this member or null if none was found
      • findProjectByName

        IProjectConfig findProjectByName​(java.lang.String name)
        Returns:
        the project with the given name or null if none was found