maven - How can I get a IFile instance from a File object in a non Eclipse plugin -
I am developing a Maven plugin which will use the ICLS file, but the only way I found it to be An example is how can I get an example of IFile from a file object in IFile?
Without the eclipse core, especially org.eclipse.core.resources Plugin, no resource tree, no workspace, and therefore no
IFile was not
icas file is part of the JDT implementation, and also, to use outside of eclipse I'm pretty sure that you will not be able to do this.
Comments
Post a Comment