NGBundleManager
Inherits From: NSObject
Declared In: NGBundleManager.h
Methods: + defaultBundleManager , - bundleWithName:type: , - bundleWithName: , - bundleForClassNamed: , - bundleForClass: , - bundleWithPath: , - bundlesRequiredByBundle: , - classesProvidedByBundle: , - classesRequiredByBundle: , - loadBundle: , - principalObjectOfBundle: , - configForResource:ofType:providedByBundle: , - bundleProvidingResource:ofType: , - bundlesProvidingResource:ofType: , - bundleProvidingResourceOfType:matchingQualifier: , - bundlesProvidingResourcesOfType:matchingQualifier: , - providedResourcesOfType: , - pathForBundleProvidingResource:ofType:resourceSelector:context:


Class Description
No class description.


Defined Types

Synopsis:

typedef BOOL (*NGBundleResourceSelector)(NSString *_resourceName, NSString *_resourceType, NSString *_path, NSDictionary *_resourceConfig, NGBundleManager *_bundleManager, void *_context);


Global Variables
Synopsis
NSString *NGBundleWasLoadedNotificationName ;


Instance Variables
NSMutableArray *bundleSearchPaths;
NSMapTable *pathToBundle;
NSMapTable *pathToBundleInfo;
NSMapTable *nameToBundle;
NSMapTable *loadedBundles;
NSMapTable *classToBundle;
NSMapTable *classNameToBundle;
NSMapTable *categoryNameToBundle;
NSMutableSet *loadingBundles;

bundleSearchPathsNo description.
pathToBundleNo description.
pathToBundleInfoNo description.
nameToBundleNo description.
loadedBundlesNo description.
classToBundleNo description.
classNameToBundleNo description.
categoryNameToBundleNo description.
loadingBundlesNo description.



Method Types
+ defaultBundleManager
- bundleWithName:type:
- bundleWithName:
- bundleForClassNamed:
- bundleForClass:
- bundleWithPath:
- bundlesRequiredByBundle:
- classesProvidedByBundle:
- classesRequiredByBundle:
- loadBundle:
- principalObjectOfBundle:
- configForResource:ofType:providedByBundle:
- bundleProvidingResource:ofType:
- bundlesProvidingResource:ofType:
- bundleProvidingResourceOfType:matchingQualifier:
- bundlesProvidingResourcesOfType:matchingQualifier:
- providedResourcesOfType:
- pathForBundleProvidingResource:ofType:resourceSelector:context:


Class Methods
defaultBundleManager
+ (id)defaultBundleManager
No method description.


Instance Methods
bundleForClass:
- (NSBundle *)bundleForClass:(Class)aClass
No method description.

bundleForClassNamed:
- (NSBundle *)bundleForClassNamed:(NSString *)aClassName
No method description.

bundleProvidingResource:ofType:
- (NSBundle *)bundleProvidingResource:(id)_resourceName ofType:(NSString *)_resourceType
No method description.

bundleProvidingResourceOfType:matchingQualifier:
- (NSBundle *)bundleProvidingResourceOfType:(NSString *)_resourceType matchingQualifier:(EOQualifier *)_qual
No method description.

bundleWithName:
- (NSBundle *)bundleWithName:(NSString *)name
No method description.

bundleWithName:type:
- (NSBundle *)bundleWithName:(NSString *)name type:(NSString *)_type
No method description.

bundleWithPath:
- (NSBundle *)bundleWithPath:(NSString *)path
No method description.

bundlesProvidingResource:ofType:
- (NSArray *)bundlesProvidingResource:(id)_resourceName ofType:(NSString *)_resourceType
No method description.

bundlesProvidingResourcesOfType:matchingQualifier:
- (NSBundle *)bundlesProvidingResourcesOfType:(NSString *)_resourceType matchingQualifier:(EOQualifier *)_qual
No method description.

bundlesRequiredByBundle:
- (NSArray *)bundlesRequiredByBundle:(NSBundle *)_bundle
No method description.

classesProvidedByBundle:
- (NSArray *)classesProvidedByBundle:(NSBundle *)_bundle
No method description.

classesRequiredByBundle:
- (NSArray *)classesRequiredByBundle:(NSBundle *)_bundle
No method description.

configForResource:ofType:providedByBundle:
- (NSDictionary *)configForResource:(id)_resource ofType:(NSString *)_type providedByBundle:(NSBundle *)_bundle
No method description.

loadBundle:
- (id)loadBundle:(NSBundle *)_bundle
No method description.

pathForBundleProvidingResource:ofType:resourceSelector:context:
- (NSString *)pathForBundleProvidingResource:(id)_resourceName ofType:(NSString *)_type resourceSelector:(NGBundleResourceSelector)_selector context:(void *)_context
No method description.

principalObjectOfBundle:
- (id)principalObjectOfBundle:(NSBundle *)_bundle
No method description.

providedResourcesOfType:
- (NSArray *)providedResourcesOfType:(NSString *)_resourceType
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.