Reputation: 4213
I am developing an eclipse plugin. I need to access the java files in the project and have to edit them. As of now I can able to get the source of the jave file using the API org.eclipse.jdt.core.ISourceReference. How can I edit the source.
Kindly give me some ideas, Thanks in advance,
Easwar
Upvotes: 2
Views: 280
Reputation: 9535
See the Eclipse Help for a simple example http://help.eclipse.org/helios/topic/org.eclipse.jdt.doc.isv/guide/jdt_api_manip.htm
Upvotes: 3