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

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -