Class ResourcesUtil


  • public class ResourcesUtil
    extends Object
    A collection of utility methods related to resources.
    Since:
    5.3
    • Constructor Detail

      • ResourcesUtil

        public ResourcesUtil()
    • Method Detail

      • refreshWorkspaceFiles

        public static void refreshWorkspaceFiles​(URI uri)
        Refresh file when it happens to belong to Workspace. There could be multiple workspace IFile associated with one URI. Hint: use URIUtil.toURI(String) to convert filesystem path to URI.
        Parameters:
        uri - - URI of the file.