Bug 26013 - [resources] API: need way to get variable information from resource
Summary: [resources] API: need way to get variable information from resource
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Platform-Resources-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-11 21:59 EST by DJ Houghton CLA
Modified: 2002-11-21 17:30 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DJ Houghton CLA 2002-11-11 21:59:56 EST
We should have a method for getting path variable information for the location 
of a linked resource.

In the resource properties page we display the location which is calculated 
from #getLocation() which is the resolved location.

I don't believe that there is currently any way to see what variable your 
linked resource uses.
Comment 1 DJ Houghton CLA 2002-11-12 15:17:52 EST
Need to talk to the Platform/UI team to see if this is necessary.
Comment 2 John Arthorne CLA 2002-11-21 17:30:04 EST
Done.  New API method IResource.getRawLocation() returns the location of linked
resources and projects with the variable name intact.  This has been released to
HEAD (along with new tests).