Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Getting a list of all projects in the workspace
Getting a list of all projects in the workspace [message #187235] Mon, 08 January 2007 04:53 Go to next message
Eclipse UserFriend
Originally posted by: alexmont1.comcast.net

Is it possible to get a list of all the IProjects in the workspace? If so,
how?
Re: Getting a list of all projects in the workspace [message #187249 is a reply to message #187235] Mon, 08 January 2007 07:20 Go to previous message
Eclipse UserFriend
Originally posted by: krzysztofHMMMMdaniel.gmail.com

Hi Alexander

It is possible


You have to add
org.eclipse.core.resources
in the Require-Bundle section in your plugin MANIFEST.MF file
and invoke code:

ResourcesPlugin.getWorkspace().getRoot().getProjects()


Please let me know if it helps.

Best,
Krzysztof Daniel
Previous Topic:plug-in "org.eclipse.core.runtime (2.1.0)"
Next Topic:Quantum DB Bookmarks
Goto Forum:
  


Current Time: Sat Apr 27 02:55:43 GMT 2024

Powered by FUDForum. Page generated in 0.08027 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top