org.rococoa.cocoa.foundation.categories
Interface NSCopyLinkMoveHandler

All Superinterfaces:
ObjCObject

public interface NSCopyLinkMoveHandler
extends ObjCObject

These delegate methods are for the use of the deprecated handler-taking methods on NSFileManager for copying, moving, linking or deleting files.
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 NSCopyLinkMoveHandler._static_
           
 
Method Summary
 boolean fileManager_shouldProceedAfterError(NSFileManager fm, NSDictionary errorInfo)
          Original signature : -(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSDictionary*)
from NSCopyLinkMoveHandler native declaration : NSFileManager.h:249
 void fileManager_willProcessPath(NSFileManager fm, NSString path)
          Original signature : -(void)fileManager:(NSFileManager*) willProcessPath:(NSString*)
from NSCopyLinkMoveHandler native declaration : NSFileManager.h:250
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

fileManager_shouldProceedAfterError

boolean fileManager_shouldProceedAfterError(NSFileManager fm,
                                            NSDictionary errorInfo)
Original signature : -(BOOL)fileManager:(NSFileManager*) shouldProceedAfterError:(NSDictionary*)
from NSCopyLinkMoveHandler native declaration : NSFileManager.h:249


fileManager_willProcessPath

void 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.