# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: D:\projects\nb.reset_settings\openide\fs # 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\openide\fs\apichanges.xml Base (1.7) --- D:\projects\nb.reset_settings\openide\fs\apichanges.xml Locally Modified (Based On 1.7) *************** *** 17,22 **** --- 17,43 ---- Filesystems API + + + Added method MultiFileSystem.readAttribute(String) + that is used to extract FileObject's attributes and that + can be overridden in SystemFileSystem. + + + + + + +

+ MultiFileSystem class now has a new method readAttribute + that is being used to extract MultiFileObject's attributes. + SystemFileSystem class overrides this method to provide a special + implementation for "removeWritables" attribute that deletes + all writable instances for the given FileObject. +

+
+ +
Added additional method FileObject.getOutpuStream