|
|
|
Re: Access EMF Model from Resources of Deployed plugin- "Not workspace" [message #1223410 is a reply to message #1223405] |
Mon, 23 December 2013 09:53 |
Ed Merks Messages: 33216 Registered: July 2009 |
Senior Member |
|
|
Salwa,
Firstly you can only have IFiles for things in the workspace, and this
file is not in the workspace, so no you can't get that. Secondly, it is
a resource in your bundle so you should not be modifying it. Thirdly,
there's org.eclipse.emf.common.ui.URIEditorInput for opening an editor
for a URI.
On 23/12/2013 10:39 AM, Salwa Alzahmi wrote:
> Hi Ed and thank for your reply,
> I have used this to load the resources ..
> ResourceSet resourceSet = new ResourceSetImpl();
> URI fileUri =
> URI.createPlatformPluginURI("/com.arean.system/models/devices.pvt",
> false) ;
> resource .load(null);
>
> still I need to get the IFile to this resources , so I can set it as
> an input to my editor . ???
> salwa
Ed Merks
Professional Support: https://www.macromodeling.com/
|
|
|
Powered by
FUDForum. Page generated in 0.04183 seconds