GormWrapperLoader documentation

Authors

Generated by buildd

Contents -

  1. Software documentation for the GormWrapperLoader class
  2. Software documentation for the GormWrapperLoaderFactory class
  3. Software documentation for the GormWrapperLoader protocol

Software documentation for the GormWrapperLoader class

GormWrapperLoader : NSObject

Declared in:
GormCore/GormWrapperLoader.h
Conforms to:
GormWrapperLoader
Description forthcoming.

Instance Variables

Method summary

fileType 

+ (NSString*) fileType;
Description forthcoming.

saveSCMDirectory: 

- (void) saveSCMDirectory: (NSDictionary*)fileWrappers;
Description forthcoming.



Instance Variables for GormWrapperLoader Class

document

@protected GormDocument* document;
Description forthcoming.




Software documentation for the GormWrapperLoaderFactory class

GormWrapperLoaderFactory : NSObject

Declared in:
GormCore/GormWrapperLoader.h
Description forthcoming.
Method summary

registerWrapperLoaderClass: 

+ (void) registerWrapperLoaderClass: (Class)aClass;
Description forthcoming.

sharedWrapperLoaderFactory 

+ (GormWrapperLoaderFactory*) sharedWrapperLoaderFactory;
Description forthcoming.

wrapperLoaderForType: 

- (id<GormWrapperLoader>) wrapperLoaderForType: (NSString*)type;
Description forthcoming.

Software documentation for the GormWrapperLoader protocol

GormWrapperLoader

Declared in:
GormCore/GormWrapperLoader.h
Description forthcoming.
Method summary

loadFileWrapper: withDocument: 

- (BOOL) loadFileWrapper: (NSFileWrapper*)wrapper withDocument: (GormDocument*)document;
Description forthcoming.