Index: openide/fs/apichanges.xml + + + Add method FileUtil.refreshFor(File... files) + + + + + +

+ Added helper method for refreshing all necessary filesystems, to get + refreshed all instances of FileObject representing + passed files and its children recursively. +

+
+ + +
Index: openide/fs/manifest.mf -OpenIDE-Module-Specification-Version: 7.5 +OpenIDE-Module-Specification-Version: 7.6 Index: openide/fs/src/org/openide/filesystems/FileUtil.java /** + * Refreshes all necessary filesystems. Not all instances of FileObject are refreshed + * but just those that represent passed files and its children recursively. + * @param files + * @since 7.6 + */ + public static void refreshFor(File... files)