It's all about the answers!

Ask a question

UUID of eclipse resource


Michael Ron (307) | asked Oct 11 '17, 8:37 a.m.

Is there a way to find UUID of eclipse resource eg. IFile (org.eclipse.core.resources.IFile) with rtc api usage?


Comments
Michael Ron commented Oct 12 '17, 1:29 a.m. | edited Oct 12 '17, 4:23 a.m.

It has to be possible, because somehow eclipse map it and allows to check it in Jazz source control tab in file properties window. Any idea how to get those information from java api?


Ralph Schoon commented Oct 12 '17, 5:03 a.m. | edited Oct 12 '17, 5:03 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 Michael, this is most likely in on of the internal.rcp packages, if it is at all shipped as source. Since this is most likely not part of the API/SDK but part of the internal RTC Eclipse Rich Client Platform code.


Michael Ron commented Oct 16 '17, 1:14 a.m.

Is there any documentation of that RTC Eclipse Rich Client Platform code?


Ralph Schoon commented Oct 16 '17, 1:27 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 No, and that is all internal API anyway. 


You can try to search e.g. by searching for UUID or some other classes like IResource etc. to find an entry point. I have done that.

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.