Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to get all java file from an JavaProject
How to get all java file from an JavaProject [message #333061] Sun, 23 November 2008 22:10 Go to next message
Eclipse UserFriend
Hello,


I have retrieved the IJavaProject from an IProjects in below way :-


IJavaProject javaProj = JavaCore.create(project);


I can see one method to get all NonJavaResources but i am not getting a
way to get all java files in this project. :(

Kindly some please guide.


--
Thanks and Regards,
Bhuvan Mehta
Re: How to get all java file from an JavaProject [message #333183 is a reply to message #333061] Fri, 28 November 2008 05:13 Go to previous message
Eclipse UserFriend
You could try to just invoke IResource's accept method and use a visitor
to retrieve all of the java files I suppose.
Previous Topic:How to get fine grained notifications after a resource save?
Next Topic:completion does not work, why?
Goto Forum:
  


Current Time: Fri May 02 05:16:14 EDT 2025

Powered by FUDForum. Page generated in 0.04996 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top