libs-base/Documentation/gsdoc/NSURL.html

145 lines
3.8 KiB
HTML
Raw Normal View History

<html><head>
<title>NSURL</title>
</head>
<body>
<a href="NSTimer.html">[Previous]</a>
<a href="Base.html">[Up]</a>
<a href="NSURLHandle.html">[Next]</a>
<h1>NSURL</h1>
<h3>Authors</h3>
<dl>
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
<dd>
</dl>
<p>Version: 0.1</p>
<p>Date: 28 February, 2000</p>
<h2><a name="cont-0">NSURL</a></h2>
<h2><a name="NSURL">NSURL</a></h2>
<p><b>Declared in:</b> Foundation/NSURL.h</p>
<p><b>Inherits from:</b> NSObject</p>
<p><b>Conforms to:</b> NSCoding
</p>
<hr>
<ul>
<li><a href="NSURL.html#method-0">+URLWithString:</a>
<li><a href="NSURL.html#method-1">+URLWithString:relativeToURL:</a>
<li><a href="NSURL.html#method-2">+fileURLWithPath:</a>
<li><a href="NSURL.html#method-3">-loadResourceDataNotifyingClient:usingCache:</a>
<li><a href="NSURL.html#method-4">-parameterString</a>
<li><a href="NSURL.html#method-5">-password</a>
<li><a href="NSURL.html#method-6">-path</a>
<li><a href="NSURL.html#method-7">-port</a>
<li><a href="NSURL.html#method-8">-propertyForKey:</a>
<li><a href="NSURL.html#method-9">-query</a>
<li><a href="NSURL.html#method-10">-relativePath</a>
<li><a href="NSURL.html#method-11">-relativeString</a>
<li><a href="NSURL.html#method-12">-resourceDataUsingCache:</a>
<li><a href="NSURL.html#method-13">-resourceSpecifier</a>
<li><a href="NSURL.html#method-14">-scheme</a>
<li><a href="NSURL.html#method-15">-setProperty:</a>
<li><a href="NSURL.html#method-16">-setResourceData:</a>
<li><a href="NSURL.html#method-17">-standardizedURL</a>
<li><a href="NSURL.html#method-18">-user</a>
</ul>
<hr>
<h2><a name="method-0">URLWithString:</a></h2>
+ (id) <b>URLWithString:</b> (NSString*)URLString<br>
<hr>
<h2><a name="method-1">URLWithString:relativeToURL:</a></h2>
+ (id) <b>URLWithString:</b> (NSString*)URLString <b>relativeToURL:</b> (NSURL*)baseURL<br>
<hr>
<h2><a name="method-2">fileURLWithPath:</a></h2>
+ (id) <b>fileURLWithPath:</b> (NSString*)path<br>
<hr>
<h2><a name="method-3">loadResourceDataNotifyingClient:usingCache:</a></h2>
- (void) <b>loadResourceDataNotifyingClient:</b> (id)client <b>usingCache:</b> (BOOL)shouldUseCache<br>
<hr>
<h2><a name="method-4">parameterString</a></h2>
- (NSString*) <b>parameterString</b><br>
<hr>
<h2><a name="method-5">password</a></h2>
- (NSString*) <b>password</b><br>
<hr>
<h2><a name="method-6">path</a></h2>
- (NSString*) <b>path</b><br>
<hr>
<h2><a name="method-7">port</a></h2>
- (NSNumber*) <b>port</b><br>
<hr>
<h2><a name="method-8">propertyForKey:</a></h2>
- (id) <b>propertyForKey:</b> (NSString*)propertyKey<br>
<hr>
<h2><a name="method-9">query</a></h2>
- (NSString*) <b>query</b><br>
<hr>
<h2><a name="method-10">relativePath</a></h2>
- (NSString*) <b>relativePath</b><br>
<hr>
<h2><a name="method-11">relativeString</a></h2>
- (NSString*) <b>relativeString</b><br>
<hr>
<h2><a name="method-12">resourceDataUsingCache:</a></h2>
- (NSData*) <b>resourceDataUsingCache:</b> (BOOL)shouldUseCache<br>
<hr>
<h2><a name="method-13">resourceSpecifier</a></h2>
- (NSString*) <b>resourceSpecifier</b><br>
<hr>
<h2><a name="method-14">scheme</a></h2>
- (NSString*) <b>scheme</b><br>
<hr>
<h2><a name="method-15">setProperty:</a></h2>
- (BOOL) <b>setProperty:</b> (id)property<br>
<hr>
<h2><a name="method-16">setResourceData:</a></h2>
- (BOOL) <b>setResourceData:</b> (NSData*)data<br>
<hr>
<h2><a name="method-17">standardizedURL</a></h2>
- (NSURL*) <b>standardizedURL</b><br>
<hr>
<h2><a name="method-18">user</a></h2>
- (NSString*) <b>user</b><br>
<hr>
</body>
</html>