org.rococoa.cocoa.foundation.categories
Interface NSStringPathExtensions

All Known Implementing Classes:
NSConstantString, NSMutableString, NSSimpleCString, NSString

public interface NSStringPathExtensions

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 NSStringPathExtensions._static_
           
 
Method Summary
 int completePathIntoString_caseSensitive_matchesIntoArray_filterTypes(PointerByReference outputName, boolean flag, PointerByReference outputArray, NSArray filterTypes)
           
 ByteByReference fileSystemRepresentation()
           
 boolean getFileSystemRepresentation_maxLength(ByteBuffer cname, int max)
           
 boolean getFileSystemRepresentation_maxLength(ByteByReference cname, int max)
          Deprecated. use the safer method getFileSystemRepresentation_maxLength(java.nio.ByteBuffer, int) instead
 boolean isAbsolutePath()
           
 NSString lastPathComponent()
           
 NSArray pathComponents()
           
 NSString pathExtension()
           
 NSString stringByAbbreviatingWithTildeInPath()
           
 NSString stringByAppendingPathComponent(NSString str)
           
 NSString stringByAppendingPathExtension(NSString str)
           
 NSString stringByDeletingLastPathComponent()
           
 NSString stringByDeletingPathExtension()
           
 NSString stringByExpandingTildeInPath()
           
 NSString stringByResolvingSymlinksInPath()
           
 NSString stringByStandardizingPath()
           
 NSArray stringsByAppendingPaths(NSArray paths)
           
 

Method Detail

pathComponents

NSArray pathComponents()

isAbsolutePath

boolean isAbsolutePath()

lastPathComponent

NSString lastPathComponent()

stringByDeletingLastPathComponent

NSString stringByDeletingLastPathComponent()

stringByAppendingPathComponent

NSString stringByAppendingPathComponent(NSString str)

pathExtension

NSString pathExtension()

stringByDeletingPathExtension

NSString stringByDeletingPathExtension()

stringByAppendingPathExtension

NSString stringByAppendingPathExtension(NSString str)

stringByAbbreviatingWithTildeInPath

NSString stringByAbbreviatingWithTildeInPath()

stringByExpandingTildeInPath

NSString stringByExpandingTildeInPath()

stringByStandardizingPath

NSString stringByStandardizingPath()

stringByResolvingSymlinksInPath

NSString stringByResolvingSymlinksInPath()

stringsByAppendingPaths

NSArray stringsByAppendingPaths(NSArray paths)

completePathIntoString_caseSensitive_matchesIntoArray_filterTypes

int completePathIntoString_caseSensitive_matchesIntoArray_filterTypes(PointerByReference outputName,
                                                                      boolean flag,
                                                                      PointerByReference outputArray,
                                                                      NSArray filterTypes)

fileSystemRepresentation

ByteByReference fileSystemRepresentation()

getFileSystemRepresentation_maxLength

@Deprecated
boolean getFileSystemRepresentation_maxLength(ByteByReference cname,
                                                         int max)
Deprecated. use the safer method getFileSystemRepresentation_maxLength(java.nio.ByteBuffer, int) instead

Original signature : -(BOOL)getFileSystemRepresentation:(char*) maxLength:(NSUInteger)


getFileSystemRepresentation_maxLength

boolean getFileSystemRepresentation_maxLength(ByteBuffer cname,
                                              int max)