Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Access to workspace root

 
I am trying to use the JDT API to manipulate java files as part of my plugin. I am trying to figure out the entry point for accessing projects/folders/files in the workspace. From the documentation it seems like the starting point would be to get access to IJavaModel handle using
 
 
How do I get access to an instance of the class implementing IWorkspaceRoot?
 
Thanks
 
Vijay
 
 

Back to the top