The org.eclipse.jdt.core.IJavaProject.getPackageFragmentRoot is a Java method that is used to retrieve the package fragment root for a given Java project. The package fragment root represents the root folder for the Java packages within the project. This method allows developers to access and manipulate the package fragment root, making it easier to work with packages and manage the structure of a Java project.
Java IJavaProject.getPackageFragmentRoot - 17 examples found. These are the top rated real world Java examples of org.eclipse.jdt.core.IJavaProject.getPackageFragmentRoot extracted from open source projects. You can rate examples to help us improve the quality of examples.