|
||||||||||
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_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 |
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_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 |
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_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 |
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_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 |
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_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 |
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_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 |
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_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 |
fileManager_shouldRemoveItemAtPath(NSFileManager fileManager,
NSString path)
fileManager:shouldRemoveItemAtPath: allows the delegate the opportunity to not remove the item at path. |
boolean |
fileManager_shouldRemoveItemAtURL(NSFileManager fileManager,
NSURL URL)
Original signature : -(BOOL)fileManager:(NSFileManager*) shouldRemoveItemAtURL:(NSURL*) from NSFileManagerFileOperationAdditions native declaration : NSFileManager.h:304 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
boolean fileManager_shouldCopyItemAtPath_toPath(NSFileManager fileManager, NSString srcPath, NSString dstPath)
-(BOOL)fileManager:(NSFileManager*) shouldCopyItemAtPath:(NSString*) toPath:(NSString*)
boolean fileManager_shouldCopyItemAtURL_toURL(NSFileManager fileManager, NSURL srcURL, NSURL dstURL)
-(BOOL)fileManager:(NSFileManager*) shouldCopyItemAtURL:(NSURL*) toURL:(NSURL*)
boolean fileManager_shouldProceedAfterError_copyingItemAtPath_toPath(NSFileManager fileManager, NSError error, NSString srcPath, NSString dstPath)
-(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSError*) copyingItemAtPath:(NSString*) toPath:(NSString*)
boolean fileManager_shouldProceedAfterError_copyingItemAtURL_toURL(NSFileManager fileManager, NSError error, NSURL srcURL, NSURL dstURL)
-(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSError*) copyingItemAtURL:(NSURL*) toURL:(NSURL*)
boolean fileManager_shouldMoveItemAtPath_toPath(NSFileManager fileManager, NSString srcPath, NSString dstPath)
-(BOOL)fileManager:(NSFileManager*) shouldMoveItemAtPath:(NSString*) toPath:(NSString*)
boolean fileManager_shouldMoveItemAtURL_toURL(NSFileManager fileManager, NSURL srcURL, NSURL dstURL)
-(BOOL)fileManager:(NSFileManager*) shouldMoveItemAtURL:(NSURL*) toURL:(NSURL*)
boolean fileManager_shouldProceedAfterError_movingItemAtPath_toPath(NSFileManager fileManager, NSError error, NSString srcPath, NSString dstPath)
-(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSError*) movingItemAtPath:(NSString*) toPath:(NSString*)
boolean fileManager_shouldProceedAfterError_movingItemAtURL_toURL(NSFileManager fileManager, NSError error, NSURL srcURL, NSURL dstURL)
-(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSError*) movingItemAtURL:(NSURL*) toURL:(NSURL*)
boolean fileManager_shouldLinkItemAtPath_toPath(NSFileManager fileManager, NSString srcPath, NSString dstPath)
-(BOOL)fileManager:(NSFileManager*) shouldLinkItemAtPath:(NSString*) toPath:(NSString*)
boolean fileManager_shouldLinkItemAtURL_toURL(NSFileManager fileManager, NSURL srcURL, NSURL dstURL)
-(BOOL)fileManager:(NSFileManager*) shouldLinkItemAtURL:(NSURL*) toURL:(NSURL*)
boolean fileManager_shouldProceedAfterError_linkingItemAtPath_toPath(NSFileManager fileManager, NSError error, NSString srcPath, NSString dstPath)
-(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSError*) linkingItemAtPath:(NSString*) toPath:(NSString*)
boolean fileManager_shouldProceedAfterError_linkingItemAtURL_toURL(NSFileManager fileManager, NSError error, NSURL srcURL, NSURL dstURL)
-(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSError*) linkingItemAtURL:(NSURL*) toURL:(NSURL*)
boolean fileManager_shouldRemoveItemAtPath(NSFileManager fileManager, NSString path)
-(BOOL)fileManager:(NSFileManager*) shouldRemoveItemAtPath:(NSString*)
boolean fileManager_shouldRemoveItemAtURL(NSFileManager fileManager, NSURL URL)
-(BOOL)fileManager:(NSFileManager*) shouldRemoveItemAtURL:(NSURL*)
boolean fileManager_shouldProceedAfterError_removingItemAtPath(NSFileManager fileManager, NSError error, NSString path)
-(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSError*) removingItemAtPath:(NSString*)
boolean fileManager_shouldProceedAfterError_removingItemAtURL(NSFileManager fileManager, NSError error, NSURL URL)
-(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSError*) removingItemAtURL:(NSURL*)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |