GormWrapperBuilder documentation

Authors

Generated by buildd

Contents -

  1. Software documentation for the GormWrapperBuilder class
  2. Software documentation for the GormWrapperBuilderFactory class
  3. Software documentation for the GormWrapperBuilder protocol

Software documentation for the GormWrapperBuilder class

GormWrapperBuilder : NSObject

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

Instance Variables

Method summary

fileType 

+ (NSString*) fileType;
Description forthcoming.



Instance Variables for GormWrapperBuilder Class

document

@protected GormDocument* document;
Description forthcoming.




Software documentation for the GormWrapperBuilderFactory class

GormWrapperBuilderFactory : NSObject

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

registerWrapperBuilderClass: 

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

sharedWrapperBuilderFactory 

+ (GormWrapperBuilderFactory*) sharedWrapperBuilderFactory;
Description forthcoming.

wrapperBuilderForType: 

- (id<GormWrapperBuilder>) wrapperBuilderForType: (NSString*)type;
Description forthcoming.

Software documentation for the GormWrapperBuilder protocol

GormWrapperBuilder

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

buildFileWrapperDictionaryWithDocument: 

- (NSMutableDictionary*) buildFileWrapperDictionaryWithDocument: (GormDocument*)document;
Description forthcoming.

buildFileWrapperWithDocument: 

- (NSFileWrapper*) buildFileWrapperWithDocument: (GormDocument*)document;
Description forthcoming.