How do I get the resources of a working set?
Posted
by zvikico
on Stack Overflow
See other posts from Stack Overflow
or by zvikico
Published on 2010-06-01T10:18:43Z
Indexed on
2010/06/01
10:23 UTC
Read the original article
Hit count: 200
eclipse
|eclipse-plugin
I know that Eclipse working sets are very flexible and customizable. They are made of elements which implement IAdaptable
Which can be anything. However, in many (most) cases, working sets are used to define a set of resources.
In case these elements can be seen as resources (e.g. IJavaProject
), is there a universal (or formal) way to programatically translate these elements to resources?
Eventually, I need to determine whether a given resource is in a working set, so an answer in that direction is acceptable as well.
© Stack Overflow or respective owner