Package org.eclipse.cdt.core.resources
Class ResourcesUtil
- java.lang.Object
-
- org.eclipse.cdt.core.resources.ResourcesUtil
-
public class ResourcesUtil extends Object
A collection of utility methods related to resources.- Since:
- 5.3
-
-
Constructor Summary
Constructors Constructor Description ResourcesUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
refreshWorkspaceFiles(URI uri)
Refresh file when it happens to belong to Workspace.
-
-
-
Method Detail
-
refreshWorkspaceFiles
public static void refreshWorkspaceFiles(URI uri)
Refresh file when it happens to belong to Workspace. There could be multiple workspaceIFile
associated with one URI. Hint: useURIUtil.toURI(String)
to convert filesystem path to URI.- Parameters:
uri
- - URI of the file.
-
-