API  1.0.0
CPBundle Class Reference

#import <CPBundle.h>

+ Inheritance diagram for CPBundle:

Instance Methods

(CPString- bundleIdentifier
 
(CPString- bundlePath
 
(CPURL- bundleURL
 
(Class) - classNamed:
 
(CPString- description
 
(CPArray) - environments
 
(CPDictionary- infoDictionary
 
(id) - initWithPath:
 
(id) - initWithURL:
 
(BOOL) - isLoaded
 
(void) - loadWithDelegate:
 
(CPArray) - localizations
 
(CPString- localizedStringForKey:value:table:
 
(CPString- mostEligibleEnvironment
 
(id) - objectForInfoDictionaryKey:
 
(CPString- pathForResource:
 
(CPString- pathForResource:ofType:
 
(CPString- pathForResource:ofType:inDirectory:
 
(CPString- pathForResource:ofType:inDirectory:forLocalization:
 
(Class) - principalClass
 
(CPString- resourcePath
 
(CPURL- resourceURL
 
(CPArray) - staticResourceURLs
 
- Instance Methods inherited from CPObject
(void) - addObserver:forKeyPath:options:context:
 
(void) - applyChange:toKeyPath:
 
(id) - autorelease
 
(id) - awakeAfterUsingCoder:
 
(void) - awakeFromCib
 
(void) - bind:toObject:withKeyPath:options:
 
(Class) - classForCoder
 
(Class) - classForKeyedArchiver
 
(CPString- className
 
(id) - copy
 
(void) - dealloc
 
(CPDictionary- dictionaryWithValuesForKeys:
 
(void) - didChange:valuesAtIndexes:forKey:
 
(void) - didChangeValueForKey:
 
(void) - didChangeValueForKey:withSetMutation:usingObjects:
 
(void) - doesNotRecognizeSelector:
 
(CPArray) - exposedBindings
 
(id) - forwardingTargetForSelector:
 
(void) - forwardInvocation:
 
(unsigned) - hash
 
(BOOL) - implementsSelector:
 
(CPDictionary- infoForBinding:
 
(id) - init
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(IMP) - methodForSelector:
 
(CPMethodSignature) - methodSignatureForSelector:
 
(id) - mutableArrayValueForKey:
 
(id) - mutableArrayValueForKeyPath:
 
(id) - mutableCopy
 
(id) - mutableSetValueForKey:
 
(id) - mutableSetValueForKeyPath:
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(void) - performSelector:withObject:afterDelay:
 
(void) - performSelector:withObject:afterDelay:inModes:
 
(id) - performSelector:withObject:withObject:
 
(id) - performSelector:withObjects:
 
(void) - release
 
(void) - removeObserver:forKeyPath:
 
(id) - replacementObjectForArchiver:
 
(id) - replacementObjectForCoder:
 
(id) - replacementObjectForKeyedArchiver:
 
(BOOL) - respondsToSelector:
 
(id) - retain
 
(id) - self
 
(void) - setValue:forKey:
 
(void) - setValue:forKeyPath:
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(CPString- UID
 
(void) - unbind:
 
(Class) - valueClassForBinding:
 
(id) - valueForKey:
 
(id) - valueForKeyPath:
 
(id) - valueForUndefinedKey:
 
(void) - willChange:valuesAtIndexes:forKey:
 
(void) - willChangeValueForKey:
 
(void) - willChangeValueForKey:withSetMutation:usingObjects:
 

Class Methods

(CPBundle+ bundleForClass:
 
(CPBundle+ bundleWithIdentifier:
 
(CPBundle+ bundleWithPath:
 
(CPBundle+ bundleWithURL:
 
(CPCib+ loadCibFile:externalNameTable:
 
(CPCib+ loadCibFile:externalNameTable:loadDelegate:
 
(CPCib+ loadCibNamed:owner:
 
(CPCib+ loadCibNamed:owner:loadDelegate:
 
(CPBundle+ mainBundle
 
- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly
 
(id) + alloc
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(void) + cancelPreviousPerformRequestsWithTarget:
 
(void) + cancelPreviousPerformRequestsWithTarget:selector:object:
 
(Class) + class
 
(BOOL) + conformsToProtocol:
 
(void) + exposeBinding:
 
(void) + initialize
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesImplementSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isBindingExclusive:
 
(BOOL) + isSubclassOfClass:
 
(CPSet) + keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + object:performSelector:withObject:afterDelay:inModes:
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 

Detailed Description

Definition at line 2 of file CPBundle.h.

Method Documentation

◆ bundleForClass:()

+ (CPBundle) bundleForClass: (Class)  aClass
implementation

Definition at line 77 of file CPBundle.j.

◆ bundleIdentifier()

- (CPString) bundleIdentifier
implementation

Definition at line 148 of file CPBundle.j.

◆ bundlePath()

- (CPString) bundlePath
implementation

Definition at line 124 of file CPBundle.j.

◆ bundleURL()

- (CPURL) bundleURL
implementation

Definition at line 119 of file CPBundle.j.

◆ bundleWithIdentifier:()

+ (CPBundle) bundleWithIdentifier: (CPString anIdentifier
implementation

Definition at line 59 of file CPBundle.j.

◆ bundleWithPath:()

+ (CPBundle) bundleWithPath: (CPString aPath
implementation

Definition at line 54 of file CPBundle.j.

◆ bundleWithURL:()

+ (CPBundle) bundleWithURL: (CPURL aURL
implementation

Definition at line 49 of file CPBundle.j.

◆ classNamed:()

- (Class) classNamed: (CPString aString
implementation

Definition at line 114 of file CPBundle.j.

◆ description()

- (CPString) description
implementation

Returns a human readable string describing the receiver

Reimplemented from CPObject.

Definition at line 228 of file CPBundle.j.

◆ environments()

- (CPArray) environments
implementation

Definition at line 218 of file CPBundle.j.

◆ infoDictionary()

- (CPDictionary) infoDictionary
implementation

Definition at line 178 of file CPBundle.j.

◆ initWithPath:()

- (id) initWithPath: (CPString aPath
implementation

Definition at line 109 of file CPBundle.j.

◆ initWithURL:()

- (id) initWithURL: (CPURL aURL
implementation

Definition at line 87 of file CPBundle.j.

◆ isLoaded()

- (BOOL) isLoaded
implementation

Definition at line 153 of file CPBundle.j.

◆ loadCibFile:externalNameTable:()

+ (CPCib) loadCibFile: (CPString anAbsolutePath
externalNameTable: (CPDictionary aNameTable 
implementation

Provided by category CPBundle(CPCibLoading).

Definition at line 41 of file CPCibLoading.j.

◆ loadCibFile:externalNameTable:loadDelegate:()

+ (CPCib) loadCibFile: (CPString anAbsolutePath
externalNameTable: (CPDictionary aNameTable
loadDelegate: (id)  aDelegate 
implementation

Provided by category CPBundle(CPCibLoading).

Definition at line 56 of file CPCibLoading.j.

◆ loadCibNamed:owner:()

+ (CPCib) loadCibNamed: (CPString aName
owner: (id)  anOwner 
implementation

Provided by category CPBundle(CPCibLoading).

Definition at line 46 of file CPCibLoading.j.

◆ loadCibNamed:owner:loadDelegate:()

+ (CPCib) loadCibNamed: (CPString aName
owner: (id)  anOwner
loadDelegate: (id)  aDelegate 
implementation

Provided by category CPBundle(CPCibLoading).

Definition at line 65 of file CPCibLoading.j.

◆ loadWithDelegate:()

- (void) loadWithDelegate: (id <CPBundleDelegate>)  aDelegate
implementation

Definition at line 188 of file CPBundle.j.

◆ localizations()

- (CPArray) localizations
implementation

Definition at line 237 of file CPBundle.j.

◆ localizedStringForKey:value:table:()

- (CPString) localizedStringForKey: (CPString aKey
value: (CPString aValue
table: (CPString aTable 
implementation

Definition at line 242 of file CPBundle.j.

◆ mainBundle()

+ (CPBundle) mainBundle
implementation

Definition at line 82 of file CPBundle.j.

◆ mostEligibleEnvironment()

- (CPString) mostEligibleEnvironment
implementation

Definition at line 223 of file CPBundle.j.

◆ objectForInfoDictionaryKey:()

- (id) objectForInfoDictionaryKey: (CPString aKey
implementation

Definition at line 183 of file CPBundle.j.

◆ pathForResource:()

- (CPString) pathForResource: (CPString aFilename
implementation

Definition at line 158 of file CPBundle.j.

◆ pathForResource:ofType:()

- (CPString) pathForResource: (CPString aFilename
ofType: (CPString extension 
implementation

Definition at line 163 of file CPBundle.j.

◆ pathForResource:ofType:inDirectory:()

- (CPString) pathForResource: (CPString aFilename
ofType: (CPString extension
inDirectory: (CPString subpath 
implementation

Definition at line 168 of file CPBundle.j.

◆ pathForResource:ofType:inDirectory:forLocalization:()

- (CPString) pathForResource: (CPString aFilename
ofType: (CPString extension
inDirectory: (CPString subpath
forLocalization: (CPString localizationName 
implementation

Definition at line 173 of file CPBundle.j.

◆ principalClass()

- (Class) principalClass
implementation

Definition at line 139 of file CPBundle.j.

◆ resourcePath()

- (CPString) resourcePath
implementation

Definition at line 129 of file CPBundle.j.

◆ resourceURL()

- (CPURL) resourceURL
implementation

Definition at line 134 of file CPBundle.j.

◆ staticResourceURLs()

- (CPArray) staticResourceURLs
implementation

Definition at line 208 of file CPBundle.j.


The documentation for this class was generated from the following files: