How can one access the Source folders on build paths as they can be seen in the Java Build Path settings page dynamically from within a PDE plug-in? I have access to a IJavaProject instance from which I can also access the IProject instance.
How can one access the Source folders on build paths as they can be seen in the Java Build Path settings page dynamically from within a PDE plug-in? I have access to a IJavaProject instance from which I can also access the IProject instance.