org.rococoa.cocoa.foundation.categories
Interface NSURLPathUtilities

All Superinterfaces:
ObjCObject

public interface NSURLPathUtilities
extends ObjCObject

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 NSURLPathUtilities._static_
           
 
Method Summary
 NSString lastPathComponent()
          Original signature : -(NSString*)lastPathComponent
from NSURLPathUtilities native declaration : NSURL.h:188
 NSArray pathComponents()
          Original signature : -(NSArray*)pathComponents
from NSURLPathUtilities native declaration : NSURL.h:187
 NSString pathExtension()
          Original signature : -(NSString*)pathExtension
from NSURLPathUtilities native declaration : NSURL.h:189
 NSURL URLByAppendingPathComponent(NSString pathComponent)
          Original signature : -(NSURL*)URLByAppendingPathComponent:(NSString*)
from NSURLPathUtilities native declaration : NSURL.h:190
 NSURL URLByAppendingPathExtension(NSString pathExtension)
          Original signature : -(NSURL*)URLByAppendingPathExtension:(NSString*)
from NSURLPathUtilities native declaration : NSURL.h:192
 NSURL URLByDeletingLastPathComponent()
          Original signature : -(NSURL*)URLByDeletingLastPathComponent
from NSURLPathUtilities native declaration : NSURL.h:191
 NSURL URLByDeletingPathExtension()
          Original signature : -(NSURL*)URLByDeletingPathExtension
from NSURLPathUtilities native declaration : NSURL.h:193
 NSURL URLByResolvingSymlinksInPath()
          Original signature : -(NSURL*)URLByResolvingSymlinksInPath
from NSURLPathUtilities native declaration : NSURL.h:198
 NSURL URLByStandardizingPath()
          The following methods work only on `file:` scheme path-based URLs; for file reference URLs or for non-`file:` scheme URLs, these methods return the URL unchanged.
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

pathComponents

NSArray pathComponents()
Original signature : -(NSArray*)pathComponents
from NSURLPathUtilities native declaration : NSURL.h:187


lastPathComponent

NSString lastPathComponent()
Original signature : -(NSString*)lastPathComponent
from NSURLPathUtilities native declaration : NSURL.h:188


pathExtension

NSString pathExtension()
Original signature : -(NSString*)pathExtension
from NSURLPathUtilities native declaration : NSURL.h:189


URLByAppendingPathComponent

NSURL URLByAppendingPathComponent(NSString pathComponent)
Original signature : -(NSURL*)URLByAppendingPathComponent:(NSString*)
from NSURLPathUtilities native declaration : NSURL.h:190


URLByDeletingLastPathComponent

NSURL URLByDeletingLastPathComponent()
Original signature : -(NSURL*)URLByDeletingLastPathComponent
from NSURLPathUtilities native declaration : NSURL.h:191


URLByAppendingPathExtension

NSURL URLByAppendingPathExtension(NSString pathExtension)
Original signature : -(NSURL*)URLByAppendingPathExtension:(NSString*)
from NSURLPathUtilities native declaration : NSURL.h:192


URLByDeletingPathExtension

NSURL URLByDeletingPathExtension()
Original signature : -(NSURL*)URLByDeletingPathExtension
from NSURLPathUtilities native declaration : NSURL.h:193


URLByStandardizingPath

NSURL URLByStandardizingPath()
The following methods work only on `file:` scheme path-based URLs; for file reference URLs or for non-`file:` scheme URLs, these methods return the URL unchanged.
Original signature : -(NSURL*)URLByStandardizingPath
from NSURLPathUtilities native declaration : NSURL.h:197


URLByResolvingSymlinksInPath

NSURL URLByResolvingSymlinksInPath()
Original signature : -(NSURL*)URLByResolvingSymlinksInPath
from NSURLPathUtilities native declaration : NSURL.h:198



Copyright © 2009. All Rights Reserved.