|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSFileManagerFileOperationAdditions
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static interface |
NSFileManagerFileOperationAdditions._static_
|
Method Summary | |
---|---|
boolean |
fileManager_shouldCopyItemAtPath_toPath(NSFileManager fileManager,
NSString srcPath,
NSString dstPath)
fileManager:shouldCopyItemAtPath:toPath: gives the delegate an opportunity to filter the resulting copy. |
boolean |
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 |
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 |
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 |
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 |
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 |
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 |
fileManager_shouldRemoveItemAtPath(NSFileManager fileManager,
NSString path)
fileManager:shouldRemoveItemAtPath: allows the delegate the opportunity to not remove the item at path. |
Method Detail |
---|
boolean fileManager_shouldCopyItemAtPath_toPath(NSFileManager fileManager, NSString srcPath, NSString dstPath)
-(BOOL)fileManager:(NSFileManager*) shouldCopyItemAtPath:(NSString*) toPath:(NSString*)
boolean fileManager_shouldProceedAfterError_copyingItemAtPath_toPath(NSFileManager fileManager, NSError error, NSString srcPath, NSString dstPath)
-(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSError*) copyingItemAtPath:(NSString*) toPath:(NSString*)
boolean fileManager_shouldMoveItemAtPath_toPath(NSFileManager fileManager, NSString srcPath, NSString dstPath)
-(BOOL)fileManager:(NSFileManager*) shouldMoveItemAtPath:(NSString*) toPath:(NSString*)
boolean fileManager_shouldProceedAfterError_movingItemAtPath_toPath(NSFileManager fileManager, NSError error, NSString srcPath, NSString dstPath)
-(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSError*) movingItemAtPath:(NSString*) toPath:(NSString*)
boolean fileManager_shouldLinkItemAtPath_toPath(NSFileManager fileManager, NSString srcPath, NSString dstPath)
-(BOOL)fileManager:(NSFileManager*) shouldLinkItemAtPath:(NSString*) toPath:(NSString*)
boolean fileManager_shouldProceedAfterError_linkingItemAtPath_toPath(NSFileManager fileManager, NSError error, NSString srcPath, NSString dstPath)
-(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSError*) linkingItemAtPath:(NSString*) toPath:(NSString*)
boolean fileManager_shouldRemoveItemAtPath(NSFileManager fileManager, NSString path)
-(BOOL)fileManager:(NSFileManager*) shouldRemoveItemAtPath:(NSString*)
boolean fileManager_shouldProceedAfterError_removingItemAtPath(NSFileManager fileManager, NSError error, NSString path)
-(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSError*) removingItemAtPath:(NSString*)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |