The method java org.eclipse.core.resources.IResource.getProjectRelativePath returns the relative path of a resource within its project. This means that it provides the path of the resource starting from the root of the project. This is useful for obtaining the location of a specific resource within a project without having to include the entire absolute path.
Java IResource.getProjectRelativePath - 22 examples found. These are the top rated real world Java examples of org.eclipse.core.resources.IResource.getProjectRelativePath extracted from open source projects. You can rate examples to help us improve the quality of examples.