mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-28 19:20:51 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
137 lines
4.1 KiB
HTML
137 lines
4.1 KiB
HTML
<html><head>
|
|
<title>NSBundle</title>
|
|
</head>
|
|
<body>
|
|
<a href ="NSAutoreleasePool.html">[Previous] </a>
|
|
<a href ="Base.html">[Up] </a>
|
|
<a href ="NSCalendarDate.html">[Next] </a>
|
|
<h1>NSBundle</h1>
|
|
<h3>Authors </h3>
|
|
<dl>
|
|
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
|
<dd>
|
|
</dl>
|
|
<p>Version: $Revision$</p>
|
|
<p>Date: $Date$</p>
|
|
<h2><a name ="cont-0">NSBundle</a></h2>
|
|
<h2><a name ="NSBundle">NSBundle</a></h2>
|
|
<p><b>Declared in: </b> Foundation/NSBundle.h</p>
|
|
<p><b>Inherits from: </b> NSObject</p>
|
|
<p><b>Conforms to: </b> NSObject
|
|
</p>
|
|
<hr>
|
|
|
|
|
|
<h2>Instance Variables </h2>
|
|
<ul>
|
|
</ul>
|
|
<h2>Methods </h2>
|
|
<ul>
|
|
<li ><a href ="NSBundle.html#method-0">+allBundles</a>
|
|
<li ><a href ="NSBundle.html#method-1">+allFrameworks</a>
|
|
<li ><a href ="NSBundle.html#method-2">+bundleForClass:</a>
|
|
<li ><a href ="NSBundle.html#method-3">+bundleWithPath:</a>
|
|
<li ><a href ="NSBundle.html#method-4">+mainBundle</a>
|
|
<li ><a href ="NSBundle.html#method-5">+pathForResource:ofType:inDirectory:</a>
|
|
<li ><a href ="NSBundle.html#method-6">-bundlePath</a>
|
|
<li ><a href ="NSBundle.html#method-7">-classNamed:</a>
|
|
<li ><a href ="NSBundle.html#method-8">-infoDictionary</a>
|
|
<li ><a href ="NSBundle.html#method-9">-initWithPath:</a>
|
|
<li ><a href ="NSBundle.html#method-10">-load</a>
|
|
<li ><a href ="NSBundle.html#method-11">-localizedStringForKey:value:</a>
|
|
<li ><a href ="NSBundle.html#method-12">-pathForResource:ofType:</a>
|
|
<li ><a href ="NSBundle.html#method-13">-pathForResource:ofType:inDirectory:</a>
|
|
<li ><a href ="NSBundle.html#method-14">-pathsForResourcesOfType:inDirectory:</a>
|
|
<li ><a href ="NSBundle.html#method-15">-principalClass</a>
|
|
<li ><a href ="NSBundle.html#method-16">-resourcePath</a>
|
|
</ul>
|
|
<hr><h2>Class Methods </h2>
|
|
<h3><a name ="method-0">allBundles</a></h3>
|
|
+ (NSArray*) <b>allBundles</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-1">allFrameworks</a></h3>
|
|
+ (NSArray*) <b>allFrameworks</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-2">bundleForClass:</a></h3>
|
|
+ (NSBundle*) <b>bundleForClass:</b> (Class)aClass;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-3">bundleWithPath:</a></h3>
|
|
+ (NSBundle*) <b>bundleWithPath:</b> (NSString*)path;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-4">mainBundle</a></h3>
|
|
+ (NSBundle*) <b>mainBundle</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-5">pathForResource:ofType:inDirectory:</a></h3>
|
|
+ (NSString*) <b>pathForResource:</b> (NSString*)name <b>ofType:</b> (NSString*)extension <b>inDirectory:</b> (NSString*)bundlePath;<br>
|
|
|
|
|
|
<hr>
|
|
<hr><h2>Instances Methods </h2>
|
|
<h3><a name ="method-6">bundlePath</a></h3>
|
|
- (NSString*) <b>bundlePath</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-7">classNamed:</a></h3>
|
|
- (Class) <b>classNamed:</b> (NSString*)className;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-8">infoDictionary</a></h3>
|
|
- (NSDictionary*) <b>infoDictionary</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-9">initWithPath:</a></h3>
|
|
- (id) <b>initWithPath:</b> (NSString*)fullPath;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-10">load</a></h3>
|
|
- (BOOL) <b>load</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-11">localizedStringForKey:value:</a></h3>
|
|
- (NSString*) <b>localizedStringForKey:</b> (NSString*)key <b>value:</b> (NSString*)value;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-12">pathForResource:ofType:</a></h3>
|
|
- (NSString*) <b>pathForResource:</b> (NSString*)name <b>ofType:</b> (NSString*)extension;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-13">pathForResource:ofType:inDirectory:</a></h3>
|
|
- (NSString*) <b>pathForResource:</b> (NSString*)name <b>ofType:</b> (NSString*)extension <b>inDirectory:</b> (NSString*)bundlePath;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-14">pathsForResourcesOfType:inDirectory:</a></h3>
|
|
- (NSArray*) <b>pathsForResourcesOfType:</b> (NSString*)extension <b>inDirectory:</b> (NSString*)bundlePath;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-15">principalClass</a></h3>
|
|
- (Class) <b>principalClass</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-16">resourcePath</a></h3>
|
|
- (NSString*) <b>resourcePath</b>;<br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|