NGLdapFileManager
Inherits From: NGFileManager
Declared In: NGLdapFileManager.h
Methods: - initWithURLString: , - initWithHostName:port:bindDN:credentials:rootDN: , - changeCurrentDirectoryPath: , - currentDirectoryPath , - directoryContentsAtPath: , - subpathsAtPath: , - fileAttributesAtPath:traverseLink: , - fileExistsAtPath:isDirectory: , - fileExistsAtPath: , - isReadableFileAtPath: , - isWritableFileAtPath: , - isExecutableFileAtPath: , - isDeletableFileAtPath: , - contentsEqualAtPath:andPath: , - contentsAtPath: , - removeFileAtPath:handler: , - copyPath:toPath:handler: , - movePath:toPath:handler: , - linkPath:toPath:handler: , - createFileAtPath:contents:attributes:


Class Description
No class description.


Instance Variables
NGLdapConnection *connection;
NSString *rootDN;
NSString *currentDN;
NSString *currentPath;

connectionNo description.
rootDNNo description.
currentDNNo description.
currentPathNo description.



Method Types
- initWithURLString:
- initWithHostName:port:bindDN:credentials:rootDN:
- changeCurrentDirectoryPath:
- currentDirectoryPath
- directoryContentsAtPath:
- subpathsAtPath:
- fileAttributesAtPath:traverseLink:
- fileExistsAtPath:isDirectory:
- fileExistsAtPath:
- isReadableFileAtPath:
- isWritableFileAtPath:
- isExecutableFileAtPath:
- isDeletableFileAtPath:
- contentsEqualAtPath:andPath:
- contentsAtPath:
- removeFileAtPath:handler:
- copyPath:toPath:handler:
- movePath:toPath:handler:
- linkPath:toPath:handler:
- createFileAtPath:contents:attributes:


Instance Methods
changeCurrentDirectoryPath:
- (BOOL)changeCurrentDirectoryPath:(NSString *)_path
No method description.

contentsAtPath:
- (NSData *)contentsAtPath:(NSString *)_path
No method description.

contentsEqualAtPath:andPath:
- (BOOL)contentsEqualAtPath:(NSString *)_path1 andPath:(NSString *)_path2
No method description.

copyPath:toPath:handler:
- (BOOL)copyPath:(NSString *)_source toPath:(NSString *)_destination handler:(id)_handler
No method description.

createFileAtPath:contents:attributes:
- (BOOL)createFileAtPath:(NSString *)path contents:(NSData *)contents attributes:(NSDictionary *)attributes
No method description.

currentDirectoryPath
- (NSString *)currentDirectoryPath
No method description.

directoryContentsAtPath:
- (NSArray *)directoryContentsAtPath:(NSString *)_path
No method description.

fileAttributesAtPath:traverseLink:
- (NSDictionary *)fileAttributesAtPath:(NSString *)_path traverseLink:(BOOL)_fl
No method description.

fileExistsAtPath:
- (BOOL)fileExistsAtPath:(NSString *)_path
No method description.

fileExistsAtPath:isDirectory:
- (BOOL)fileExistsAtPath:(NSString *)_path isDirectory:(BOOL *)_isDir
No method description.

initWithHostName:port:bindDN:credentials:rootDN:
- (id)initWithHostName:(NSString *)_host port:(int)_port bindDN:(NSString *)_login credentials:(NSString *)_pwd rootDN:(NSString *)_rootDN
No method description.

initWithURLString:
- (id)initWithURLString:(NSString *)_url
No method description.

isDeletableFileAtPath:
- (BOOL)isDeletableFileAtPath:(NSString *)_path
No method description.

isExecutableFileAtPath:
- (BOOL)isExecutableFileAtPath:(NSString *)_path
No method description.

isReadableFileAtPath:
- (BOOL)isReadableFileAtPath:(NSString *)_path
No method description.

isWritableFileAtPath:
- (BOOL)isWritableFileAtPath:(NSString *)_path
No method description.

linkPath:toPath:handler:
- (BOOL)linkPath:(NSString *)_source toPath:(NSString *)_destination handler:(id)_handler
No method description.

movePath:toPath:handler:
- (BOOL)movePath:(NSString *)_source toPath:(NSString *)_destination handler:(id)_handler
No method description.

removeFileAtPath:handler:
- (BOOL)removeFileAtPath:(NSString *)_path handler:(id)handler
No method description.

subpathsAtPath:
- (NSArray *)subpathsAtPath:(NSString *)_path
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.