Hi!
> http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.emf.doc/references/javadoc/org/eclipse/emf/common/util/class-use/URI.html
>   
Hmmm ... for what I can see you can directly reference a file (even
within an archive) but then there are some basic things missing:

* list of children
* rename/move operations
* meta data handling
etc

Without looking at the source, maybe it could be possible to create a
VFS backed URI implementation, though, from some previous discussions
about using VFS in eclipse it turned out that they implemented a high
performance native code local filesystem implementation. It might be a
performance loss for eclipse if they use VFS without porting this native
implementation to VFS first.

Ciao,
Mario


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to