Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Collect proxies from Resource
Collect proxies from Resource [message #1744689] Thu, 29 September 2016 13:45 Go to next message
Adam Bialas is currently offline Adam BialasFriend
Messages: 14
Registered: July 2016
Junior Member
Hi all,

I am implementing my custom ResourceFactory. In this factory I am using also my ResourceHandler implementation. I implemented method preLoad(XMLResource resource, InputStream inputStream, Map<?, ?> options) in which I have to obtain proxies from currently loaded resource. My question is if there is any way to get proxies from resource being loaded before it is loaded (in the preLoad method).

Thanks.

Adam
Re: Collect proxies from Resource [message #1744717 is a reply to message #1744689] Thu, 29 September 2016 15:52 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
No, the proxy information is in the XML in the stream. The loader must read the stream to know this information.

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:[EMF Forms] Filter TreeMasterDetail for predefined Elements
Next Topic:[ECP] New project provider
Goto Forum:
  


Current Time: Fri Apr 26 16:56:54 GMT 2024

Powered by FUDForum. Page generated in 0.03107 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top