# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: D:\projects\nb.reset_settings\core\startup # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: apichanges.xml *** D:\projects\nb.reset_settings\core\startup\apichanges.xml Base (1.1) --- D:\projects\nb.reset_settings\core\startup\apichanges.xml Locally Modified (Based On 1.1) *************** *** 23,28 **** --- 23,50 ---- + + + + SystemFileSystem overrides method + readAttribute from MultiFileSystem + + + + + + +

+ The SystemFileSystem class now overrides method + readAttribute(String) from MultiFileSystem + class. The method is used to provide value for FileObject's + attribute "removeWritables", which is a Callable + that removes all writable instances of the given FileObject. +

+
+ +
+ Adding new methods into CoreBridge