GormWrapperLoader documentation
Authors
Generated by buildd
Contents -
Software documentation for the GormWrapperLoader class
Software documentation for the GormWrapperLoaderFactory class
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
-saveSCMDirectory:
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:
+sharedWrapperLoaderFactory
-wrapperLoaderForType:
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:
loadFileWrapper: withDocument:
- (BOOL)
loadFileWrapper:
(NSFileWrapper*)wrapper
withDocument:
(
GormDocument
*)document;
Description forthcoming.