Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-core-dev] [flexible project structure] querying of linked resources

I started thinking about the project structure problem in relation to the
Autorefresh support, and I've come up with a few questions.

The two issues I will have to solve are:
1. Determine if a resource links outside of the set of subtrees that the
natives are monitoring, so that I can start monitoring it.
2. Determine if a resource links into an already monitored subtree, so that
I can skip monitoring it.

Will there be some mechanism which will allow me to query if one resource
contains another?  I could try checking the resource's OS filenames against
each other, but this wouldn't work if the user is mixing Eclipse linking
and OS linking.

jkca




Back to the top