Class CPBundle

CPObject
    extended byCPBundle

@implementation CPBundle : CPObject

Method Summary
+(id)alloc
          Allocates a new instance of the receiving class.
+(CPBundle)bundleForClass:(Class)aClass
+(CPBundle)bundleWithPath:(CPString)aPath
+(BOOL)loadCibFile:(CPString)aPath externalNameTable:(CPDictionary)aNameTable
+(BOOL)loadCibNamed:(CPString)aName owner:(id)anOwner
+(CPBundle)mainBundle
-(CPString)bundlePath
-(Class)classNamed:(CPString)aString
-(CPDictionary)infoDictionary
-(BOOL)loadCibFile:(CPString)aPath externalNameTable:(CPDictionary)aNameTable
-(id)objectForInfoDictionaryKey:(CPString)aKey
-(CPString)pathForResource:(CPString)aFilename
-(Class)principalClass

Methods inherited from class CPObject
initialize, alloc, class, instanceMethodForSelector, instancesRespondToSelector, isSubclassOfClass, load, new, setVersion, superclass, version, init, autorelease, awakeAfterUsingCoder, class, classForCoder, classForKeyedArchiver, className, copy, dealloc, description, doesNotRecognizeSelector, forwardInvocation, hash, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableCopy, performSelector, performSelector, performSelector, release, replacementObjectForArchiver, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, retain, self, superclass


Method Detail

alloc

+(id)alloc
Allocates a new instance of the receiving class

bundleForClass

+(CPBundle)bundleForClass:(Class)aClass
Parameters:
aClass

bundleWithPath

+(CPBundle)bundleWithPath:(CPString)aPath
Parameters:
aPath

loadCibFile

+(BOOL)loadCibFile:(CPString)aPath externalNameTable:(CPDictionary)aNameTable
Parameters:
aPath
aNameTable

loadCibNamed

+(BOOL)loadCibNamed:(CPString)aName owner:(id)anOwner
Parameters:
aName
anOwner

mainBundle

+(CPBundle)mainBundle

bundlePath

-(CPString)bundlePath

classNamed

-(Class)classNamed:(CPString)aString
Parameters:
aString

infoDictionary

-(CPDictionary)infoDictionary

loadCibFile

-(BOOL)loadCibFile:(CPString)aPath externalNameTable:(CPDictionary)aNameTable
Parameters:
aPath
aNameTable

objectForInfoDictionaryKey

-(id)objectForInfoDictionaryKey:(CPString)aKey
Parameters:
aKey

pathForResource

-(CPString)pathForResource:(CPString)aFilename
Parameters:
aFilename

principalClass

-(Class)principalClass

Created on Sat Sep 13 14:15:43 PDT 2008