Process all files of project

Hi,
I want to process all the files of a project (java files and non java files), which is the best way to do it?
Thanks

0
2 comments
Avatar
Permanently deleted user

Hello Sergio,

I want to process all the files of a project (java files and non java
files), which is the best way to do it?


ProjectRootManager.getInstance(project).getFileIndex().iterateContent()

--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0
Avatar
Permanently deleted user

Thanks :)

0

Please sign in to leave a comment.