GormResource

Authors

Gregory John Casamento (greg_casamento@yahoo.com)
This class is a placeholder for a real resource.

Copyright: (C) 2005 Free Software Foundation, Inc.

Software documentation for the GormResource class

GormResource : NSObject

Declared in:
GormCore/GormResource.h
Conforms to:
IBProjectFiles
Description forthcoming.

Instance Variables

Method summary

resourceForPath: 

+ (GormResource*) resourceForPath: (NSString*)aPath;
Description forthcoming.

resourceForPath: inWrapper: 

+ (GormResource*) resourceForPath: (NSString*)aPath inWrapper: (BOOL)flag;
Description forthcoming.

data 

- (NSData*) data;
Description forthcoming.

initWithData: withFileName: inWrapper: 

- (id) initWithData: (NSData*)aData withFileName: (NSString*)aFileName inWrapper: (BOOL)flag;
Description forthcoming.

initWithName: path: 

- (id) initWithName: (NSString*)aName path: (NSString*)aPath;
Description forthcoming.

initWithName: path: inWrapper: 

- (id) initWithName: (NSString*)aName path: (NSString*)aPath inWrapper: (BOOL)flag;
Designated initializer.

initWithPath: 

- (id) initWithPath: (NSString*)aPath;
Description forthcoming.

initWithPath: inWrapper: 

- (id) initWithPath: (NSString*)aPath inWrapper: (BOOL)flag;
Description forthcoming.

isEqual: 

- (BOOL) isEqual: (id)object;
Description forthcoming.

isInWrapper 

- (BOOL) isInWrapper;
Description forthcoming.

isSystemResource 

- (BOOL) isSystemResource;
Description forthcoming.

name 

- (NSString*) name;
Description forthcoming.

setData: 

- (void) setData: (NSData*)aData;
Description forthcoming.

setInWrapper: 

- (void) setInWrapper: (BOOL)flag;
Description forthcoming.

setName: 

- (void) setName: (NSString*)aName;
Description forthcoming.

setSystemResource: 

- (void) setSystemResource: (BOOL)flag;
Description forthcoming.



Instance Variables for GormResource Class

data

@protected NSData* data;
Description forthcoming.

fileName

@protected NSString* fileName;
Description forthcoming.

fileType

@protected NSString* fileType;
Description forthcoming.

isInWrapper

@protected BOOL isInWrapper;
Description forthcoming.

isLocalized

@protected BOOL isLocalized;
Description forthcoming.

isSystemResource

@protected BOOL isSystemResource;
Description forthcoming.

language

@protected NSString* language;
Description forthcoming.

name

@protected NSString* name;
Description forthcoming.

path

@protected NSString* path;
Description forthcoming.

project

@protected id project;
Description forthcoming.