org.rococoa.cocoa.foundation
Class NSURL

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSObject
      extended by org.rococoa.cocoa.foundation.NSURL
All Implemented Interfaces:
ObjCObject

public abstract class NSURL
extends NSObject


Nested Class Summary
static interface NSURL._Class
           
 
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject
NSObject._class_
 
Field Summary
static NSURL._Class CLASS
           
 
Constructor Summary
NSURL()
           
 
Method Summary
abstract  NSURL absoluteURL()
           
abstract  String path()
           
 
Methods inherited from class org.rococoa.cocoa.foundation.NSObject
description, isKindOfClass, isKindOfClass, release, retain, retainCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Field Detail

CLASS

public static final NSURL._Class CLASS
Constructor Detail

NSURL

public NSURL()
Method Detail

absoluteURL

public abstract NSURL absoluteURL()

path

public abstract String path()


Copyright © 2012. All Rights Reserved.