Package org.robovm.apple.foundation
Interface NSFileManagerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
NSFileManagerDelegateAdapter
public interface NSFileManagerDelegate extends NSObjectProtocol
-
Method Summary
-
Method Details
-
shouldCopyItemAtPath
-
shouldCopyItemAtURL
-
shouldProceedCopyingItemAtPath
boolean shouldProceedCopyingItemAtPath(NSFileManager fileManager, NSError error, String srcPath, String dstPath) -
shouldProceedCopyingItemAtURL
boolean shouldProceedCopyingItemAtURL(NSFileManager fileManager, NSError error, NSURL srcURL, NSURL dstURL) -
shouldMoveItemAtPath
-
shouldMoveItemAtURL
-
shouldProceedMovingItemAtPath
boolean shouldProceedMovingItemAtPath(NSFileManager fileManager, NSError error, String srcPath, String dstPath) -
shouldProceedMovingItemAtURL
boolean shouldProceedMovingItemAtURL(NSFileManager fileManager, NSError error, NSURL srcURL, NSURL dstURL) -
shouldLinkItemAtPath
-
shouldLinkItemAtURL
-
shouldProceedLinkingItemAtPath
boolean shouldProceedLinkingItemAtPath(NSFileManager fileManager, NSError error, String srcPath, String dstPath) -
shouldProceedLinkingItemAtURL
boolean shouldProceedLinkingItemAtURL(NSFileManager fileManager, NSError error, NSURL srcURL, NSURL dstURL) -
shouldRemoveItemAtPath
-
shouldRemoveItemAtURL
-
shouldProceedRemovingItemAtPath
-
shouldProceedRemovingItemAtURL
-