Uses of Class
org.rococoa.cocoa.foundation.NSFileManager

Packages that use NSFileManager
org.rococoa.cocoa.foundation   
org.rococoa.cocoa.foundation.categories   
 

Uses of NSFileManager in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSFileManager
static NSFileManager NSFileManager.alloc()
           
abstract  NSFileManager NSFileManager._class_.alloc()
           
static NSFileManager NSFileManager.defaultManager()
          Returns the default singleton instance.
abstract  NSFileManager NSFileManager._class_.defaultManager()
          Returns the default singleton instance.
static NSFileManager NSFileManager.new_()
           
abstract  NSFileManager NSFileManager._class_.new_()
           
 

Uses of NSFileManager in org.rococoa.cocoa.foundation.categories
 

Methods in org.rococoa.cocoa.foundation.categories with parameters of type NSFileManager
 boolean NSFileManagerFileOperationAdditions.fileManager_shouldCopyItemAtPath_toPath(NSFileManager fileManager, NSString srcPath, NSString dstPath)
          fileManager:shouldCopyItemAtPath:toPath: gives the delegate an opportunity to filter the resulting copy.
 boolean NSFileManagerFileOperationAdditions.fileManager_shouldCopyItemAtURL_toURL(NSFileManager fileManager, NSURL srcURL, NSURL dstURL)
          Original signature : -(BOOL)fileManager:(NSFileManager*) shouldCopyItemAtURL:(NSURL*) toURL:(NSURL*)
from NSFileManagerFileOperationAdditions native declaration : NSFileManager.h:262
 boolean NSFileManagerFileOperationAdditions.fileManager_shouldLinkItemAtPath_toPath(NSFileManager fileManager, NSString srcPath, NSString dstPath)
          fileManager:shouldLinkItemAtPath:toPath: acts as the other "should" methods, but this applies to the file manager creating hard links to the files in question.
 boolean NSFileManagerFileOperationAdditions.fileManager_shouldLinkItemAtURL_toURL(NSFileManager fileManager, NSURL srcURL, NSURL dstURL)
          Original signature : -(BOOL)fileManager:(NSFileManager*) shouldLinkItemAtURL:(NSURL*) toURL:(NSURL*)
from NSFileManagerFileOperationAdditions native declaration : NSFileManager.h:290
 boolean NSFileManagerFileOperationAdditions.fileManager_shouldMoveItemAtPath_toPath(NSFileManager fileManager, NSString srcPath, NSString dstPath)
          fileManager:shouldMoveItemAtPath:toPath: gives the delegate an opportunity to not move the item at the specified path.
 boolean NSFileManagerFileOperationAdditions.fileManager_shouldMoveItemAtURL_toURL(NSFileManager fileManager, NSURL srcURL, NSURL dstURL)
          Original signature : -(BOOL)fileManager:(NSFileManager*) shouldMoveItemAtURL:(NSURL*) toURL:(NSURL*)
from NSFileManagerFileOperationAdditions native declaration : NSFileManager.h:276
 boolean NSFileManagerFileOperationAdditions.fileManager_shouldProceedAfterError_copyingItemAtPath_toPath(NSFileManager fileManager, NSError error, NSString srcPath, NSString dstPath)
          fileManager:shouldProceedAfterError:copyingItemAtPath:toPath: gives the delegate an opportunity to recover from or continue copying after an error.
 boolean NSFileManagerFileOperationAdditions.fileManager_shouldProceedAfterError_copyingItemAtURL_toURL(NSFileManager fileManager, NSError error, NSURL srcURL, NSURL dstURL)
          Original signature : -(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSError*) copyingItemAtURL:(NSURL*) toURL:(NSURL*)
from NSFileManagerFileOperationAdditions native declaration : NSFileManager.h:269
 boolean NSFileManagerFileOperationAdditions.fileManager_shouldProceedAfterError_linkingItemAtPath_toPath(NSFileManager fileManager, NSError error, NSString srcPath, NSString dstPath)
          fileManager:shouldProceedAfterError:linkingItemAtPath:toPath: allows the delegate an opportunity to remedy the error which occurred in linking srcPath to dstPath.
 boolean NSFileManagerFileOperationAdditions.fileManager_shouldProceedAfterError_linkingItemAtURL_toURL(NSFileManager fileManager, NSError error, NSURL srcURL, NSURL dstURL)
          Original signature : -(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSError*) linkingItemAtURL:(NSURL*) toURL:(NSURL*)
from NSFileManagerFileOperationAdditions native declaration : NSFileManager.h:297
 boolean NSFileManagerFileOperationAdditions.fileManager_shouldProceedAfterError_movingItemAtPath_toPath(NSFileManager fileManager, NSError error, NSString srcPath, NSString dstPath)
          fileManager:shouldProceedAfterError:movingItemAtPath:toPath: functions much like fileManager:shouldProceedAfterError:copyingItemAtPath:toPath: above.
 boolean NSFileManagerFileOperationAdditions.fileManager_shouldProceedAfterError_movingItemAtURL_toURL(NSFileManager fileManager, NSError error, NSURL srcURL, NSURL dstURL)
          Original signature : -(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSError*) movingItemAtURL:(NSURL*) toURL:(NSURL*)
from NSFileManagerFileOperationAdditions native declaration : NSFileManager.h:283
 boolean NSFileManagerFileOperationAdditions.fileManager_shouldProceedAfterError_removingItemAtPath(NSFileManager fileManager, NSError error, NSString path)
          fileManager:shouldProceedAfterError:removingItemAtPath: allows the delegate an opportunity to remedy the error which occurred in removing the item at the path provided.
 boolean NSFileManagerFileOperationAdditions.fileManager_shouldProceedAfterError_removingItemAtURL(NSFileManager fileManager, NSError error, NSURL URL)
          Original signature : -(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSError*) removingItemAtURL:(NSURL*)
from NSFileManagerFileOperationAdditions native declaration : NSFileManager.h:311
 boolean NSCopyLinkMoveHandler.fileManager_shouldProceedAfterError(NSFileManager fm, NSDictionary errorInfo)
          Original signature : -(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSDictionary*)
from NSCopyLinkMoveHandler native declaration : NSFileManager.h:249
 boolean NSFileManagerFileOperationAdditions.fileManager_shouldRemoveItemAtPath(NSFileManager fileManager, NSString path)
          fileManager:shouldRemoveItemAtPath: allows the delegate the opportunity to not remove the item at path.
 boolean NSFileManagerFileOperationAdditions.fileManager_shouldRemoveItemAtURL(NSFileManager fileManager, NSURL URL)
          Original signature : -(BOOL)fileManager:(NSFileManager*) shouldRemoveItemAtURL:(NSURL*)
from NSFileManagerFileOperationAdditions native declaration : NSFileManager.h:304
 void NSCopyLinkMoveHandler.fileManager_willProcessPath(NSFileManager fm, NSString path)
          Original signature : -(void)fileManager:(NSFileManager*) willProcessPath:(NSString*)
from NSCopyLinkMoveHandler native declaration : NSFileManager.h:250
 



Copyright © 2009. All Rights Reserved.