Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Getting URI of a synchronized resource

I've added a couple of methods to make it easier to obtain the URI of a resource in a synchronized project, since this is probably something that will be done fairly frequently (I know Dave and Wyatt were looking at this recently). It's easy to obtain the URI of a resource in a local or remote project by calling IResource#getLocationURI(), but for a synchronized project, this only obtains the URI of the local copy. Since synchronized projects can have multiple targets, it's a bit more complicated to find the actual remote location.

See bug 360661 for details.

Cheers,
Greg

Back to the top