| [news.eclipse.tools.emf] [proxy] retrieving resolved url |
Hi all
is it possible to retireve the url of a resolved reference ??
i tried this code but it reteurned null if the reference was resolved
InternalEObject intEObj=(InternalEObject)eobj;
ps.println("proxy="+eobj.eIsProxy()+" URI="+intEObj.eProxyURI());
is there any work around ?