|
Samond Classes Library 1.1.6-RELEASE build 132
|
Protocol SCConfigDelegate implementation class. More...
#import <SCConfigDelegateObject.h>
Protocol SCConfigDelegate implementation class.
Class implements the protocol SCConfigDelegate.
Class was introduced in version 1.2.0.
| - (void) config: | (SCConfig *) | config | |
| didFinishAddingConfig: | (SCConfig *) | sub | |
| forKey: | (NSString *) | key | |
Tells the delegate that the configuration did finish adding the specified configuration as a sunconfiguration for a given key.
| config | - the configuration sending the message |
| sub | - adding existing configuration |
| key | - adding subconfiguration key |
Reimplemented from <SCConfigDelegate>.
| - (void) config: | (SCConfig *) | config | |
| didFinishAddingValue: | (id) | value | |
| withType: | (SCConfigRecordType) | type | |
| forKey: | (NSString *) | key | |
Tells the delegate that the configuration did finish adding the specified value for a given key.
| config | - the configuration sending the message |
| value | - value for the specified key |
| type | - type of the specified value |
| key | - key for a given value |
Reimplemented from <SCConfigDelegate>.
Tells the delegate that the configuration did finish adding values from the specified source configuration.
| config | - the configuration sending the message |
| source | - existing source configuration |
Reimplemented from <SCConfigDelegate>.
Tells the delegate that the configuration did finish adding valus from the specified source strings list.
| config | - the configuration sending the message |
| text | - existing source strings list |
Reimplemented from <SCConfigDelegate>.
| - (void) config: | (SCConfig *) | config | |
| didFinishCreatingConfigForKey: | (NSString *) | key | |
Tells the delegate that the configuration did finish creating the subconfiguration with the specified subconfiguration key.
| config | - the configuration sending the message |
| key | - created subconfiguration key |
Reimplemented from <SCConfigDelegate>.
| - (void) config: | (SCConfig *) | config | |
| didFinishRemovingConfigForKey: | (NSString *) | key | |
Tells the delegate that the configuration did finish removing the subconfiguration with the specified key.
| config | - the configuration sending the message |
| key | - removing subconfiguration key |
Reimplemented from <SCConfigDelegate>.
| - (void) config: | (SCConfig *) | config | |
| didFinishRemovingValue: | (id) | value | |
| forKey: | (NSString *) | key | |
Tells the delegate that the configuration did finish removing the specified value for a given key.
| config | - the configuration sending the message |
| value | - value to remove |
| key | - key to remove |
Reimplemented from <SCConfigDelegate>.
| - (void) config: | (SCConfig *) | config | |
| didFinishRemovingValuesForKey: | (NSString *) | key | |
Tells the delegate that the configuration did finish removing values for the specified key.
| config | - the configuration sending the message |
| key | - key to remove |
Reimplemented from <SCConfigDelegate>.
| - (void) config: | (SCConfig *) | config | |
| didFinishSettingConfig: | (SCConfig *) | sub | |
| forKey: | (NSString *) | key | |
Tells the delegate that the configuration did finish setting the specified configuration as a sunconfiguration for a given key.
| config | - the configuration sending the message |
| sub | - setting existing configuration |
| key | - setting subconfiguration key |
Reimplemented from <SCConfigDelegate>.
| - (void) config: | (SCConfig *) | config | |
| didFinishSettingValue: | (id) | value | |
| withType: | (SCConfigRecordType) | type | |
| forKey: | (NSString *) | key | |
Tells the delegate that the configuration did finish setting the specified value for a given key.
| config | - the configuration sending the message |
| value | - value for the specified key |
| type | - type of the specified value |
| key | - key for a given value |
Reimplemented from <SCConfigDelegate>.
Tells the delegate that the configuration will adds the specified configuration as a subconfiguration for a given key.
| config | - the configuration sending the message |
| sub | - added existing configuration |
| key | - added configuration key |
Reimplemented from <SCConfigDelegate>.
| - (void) config: | (SCConfig *) | config | |
| willAddValue: | (id) | value | |
| withType: | (SCConfigRecordType) | type | |
| forKey: | (NSString *) | key | |
Tells the delegate that the configuration will adds the specified value for a given key.
| config | - the configuration sending the message |
| value | - value for the specified key |
| type | - type of the specified value |
| key | - key for a given value |
Reimplemented from <SCConfigDelegate>.
Tells the delegate that the configuration will add values from the existing configuration.
| config | - the configuration sending the message |
| source | - existing source configuration |
Reimplemented from <SCConfigDelegate>.
Tells the delegate that the configuration will add values from the existing strings list.
| config | - the configuration sending the message |
| text | - existing source strings list |
Reimplemented from <SCConfigDelegate>.
| - (void) config: | (SCConfig *) | config | |
| willCreateConfigForKey: | (NSString *) | key | |
Tells the delegate that the configuration will creates the subconfiguration with the specified subconfiguration key.
| config | - the configuration sending the message |
| key | - created subconfiguration key |
Reimplemented from <SCConfigDelegate>.
| - (void) config: | (SCConfig *) | config | |
| willRemoveConfigForKey: | (NSString *) | key | |
Tells the delegate that the configuration will removes the subconfiguration with the specified key.
| config | - the configuration sending the message |
| key | - removing subconfiguration key |
Reimplemented from <SCConfigDelegate>.
| - (void) config: | (SCConfig *) | config | |
| willRemoveValue: | (id) | value | |
| forKey: | (NSString *) | key | |
Tells the delegate that the configuration will removes the specified value for the specified key.
| config | - the configuration sending the message |
| value | - value to remove |
| key | - key to remove |
Reimplemented from <SCConfigDelegate>.
| - (void) config: | (SCConfig *) | config | |
| willRemoveValuesForKey: | (NSString *) | key | |
Tells the delegate that the configuration will removes values for the specified key.
| config | - the configuration sending the message |
| key | - key to remove |
Reimplemented from <SCConfigDelegate>.
Tells the delegate that the configuration will sets the specified configuration as a subconfiguration for a given key.
| config | - the configuration sending the message |
| sub | - setted existing configuration |
| key | - setted configuration key |
Reimplemented from <SCConfigDelegate>.
| - (void) config: | (SCConfig *) | config | |
| willSetValue: | (id) | value | |
| withType: | (SCConfigRecordType) | type | |
| forKey: | (NSString *) | key | |
Tells the delegate that the configuration will sets the specified value for a given key.
| config | - the configuration sending the message |
| value | - value for the specified key |
| type | - type of the specified value |
| key | - key for a given value |
Reimplemented from <SCConfigDelegate>.
| - (void) configFile: | (SCConfigFile *) | configFile | |
| didFinishAppendingToPath: | (NSString *) | path | |
Tells the delegate that the configuration file did finish appending content to the file with the specified path.
| configFile | - configuration file sending the message |
| path | - destination file path |
Reimplemented from <SCConfigDelegate>.
| - (void) configFile: | (SCConfigFile *) | configFile | |
| didFinishAppendingToText: | (SCStrings *) | text | |
Tells the delegate that the configuration file did finish appending content to the strings list.
| configFile | - configuration file sending the message |
| text | - destination strings list |
Reimplemented from <SCConfigDelegate>.
| - (void) configFile: | (SCConfigFile *) | configFile | |
| didFinishReadingFromStream: | (SCStream *) | stream | |
Tells the delegate that the configuration file did finish reading content from the stream.
| configFile | - configuration file sending the message |
| stream | - input stream |
Reimplemented from <SCConfigDelegate>.
| - (void) configFile: | (SCConfigFile *) | configFile | |
| didFinishReadingFromText: | (SCStrings *) | text | |
Tells the delegate that the configuration file did finish reading content from the strings list.
| configFile | - configuration file sending the message |
| text | - source strings list |
Reimplemented from <SCConfigDelegate>.
| - (void) configFile: | (SCConfigFile *) | configFile | |
| didFinishReadingWithPath: | (NSString *) | path | |
Tells the delegate that the configuration file did finish reading content from the file with the specified path.
| configFile | - configuration file sending the message |
| path | - source file path |
Reimplemented from <SCConfigDelegate>.
| - (void) configFile: | (SCConfigFile *) | configFile | |
| didFinishWritingToPath: | (NSString *) | path | |
Tells the delegate object that the configuration file did finish writing content to the file with the specified path.
| configFile | - configuration file sending the message |
| path | - output file path |
Reimplemented from <SCConfigDelegate>.
| - (void) configFile: | (SCConfigFile *) | configFile | |
| didFinishWritingToStream: | (SCStream *) | stream | |
Tells the delegate object that the configuration file did finish writing content to the stream.
| configFile | - configuration file sending the message |
| stream | - destination output stream |
Reimplemented from <SCConfigDelegate>.
| - (void) configFile: | (SCConfigFile *) | configFile | |
| didFinishWritingToText: | (SCStrings *) | text | |
Tells the delegate object that the configuration file did finish writing content to the strings list.
| configFile | - configuration file sending the message |
| text | - destination strings list |
Reimplemented from <SCConfigDelegate>.
| - (void) configFile: | (SCConfigFile *) | configFile | |
| willAppendToPath: | (NSString *) | path | |
Tells the delegate that the configuration file will append content to the file with the specified path.
| configFile | - configuration file sending the message |
| path | - output file path |
Reimplemented from <SCConfigDelegate>.
| - (void) configFile: | (SCConfigFile *) | configFile | |
| willAppendToText: | (SCStrings *) | text | |
Tells the delegate that the configuration file will append content to the strings list.
| configFile | - configuration file sending the message |
| text | - destination strings lis |
Reimplemented from <SCConfigDelegate>.
| - (void) configFile: | (SCConfigFile *) | configFile | |
| willReadFromStream: | (SCStream *) | stream | |
Tells the delegate that the configuration file will read content from the stream.
| configFile | - configuration file sending the message |
| stream | - input stream |
Reimplemented from <SCConfigDelegate>.
| - (void) configFile: | (SCConfigFile *) | configFile | |
| willReadFromText: | (SCStrings *) | text | |
Tells the delegate that the configuration file will read content from the strings list.
| configFile | - configuration file sending the message |
| text | - source strings list |
Reimplemented from <SCConfigDelegate>.
| - (void) configFile: | (SCConfigFile *) | configFile | |
| willReadWithPath: | (NSString *) | path | |
Tells the delegate that the configuration file will read content from the file with the specified path.
| configFile | - configuration file sending the message |
| path | - source file path |
Reimplemented from <SCConfigDelegate>.
| - (void) configFile: | (SCConfigFile *) | configFile | |
| willWriteToPath: | (NSString *) | path | |
Tells the delegate that the configuration file will write content to the file with the specified path.
| configFile | - configuration file sending the message |
| path | - output file path |
Reimplemented from <SCConfigDelegate>.
| - (void) configFile: | (SCConfigFile *) | configFile | |
| willWriteToStream: | (SCStream *) | stream | |
Tells the delegate that the configuration file will write content to the output stream.
| configFile | - configuration file sending the message |
| stream | - destination output stream |
Reimplemented from <SCConfigDelegate>.
| - (void) configFile: | (SCConfigFile *) | configFile | |
| willWriteToText: | (SCStrings *) | text | |
Tells the delegate that the configuration file will write content to the strings list.
| configFile | - configuration file sending the message |
| text | - destination strings list |
Reimplemented from <SCConfigDelegate>.
| - (void) didFinishAddingDefaultValuesToConfig: | (SCConfig *) | config |
Tells the delegate that the configuration did finish adding the default values.
| config | - the configuration sending the message |
Reimplemented from <SCConfigDelegate>.
| - (void) didFinishCheckingMandatoryKeysForConfig: | (SCConfig *) | config |
Tells the delegate that the configuration did finish checking the mandatory keys.
| config | - the configuration sending the message |
Reimplemented from <SCConfigDelegate>.
| - (void) didFinishRemovingAllRecordsFromConfig: | (SCConfig *) | config |
Tells the delegate that the configuration did finish removing all records.
| config | - the configuration sending the message |
Reimplemented from <SCConfigDelegate>.
| - (void) willAddDefaultValuesToConfig: | (SCConfig *) | config |
Tells the delegate that the configuration will add the default values.
| config | - the configuration sending the message |
Reimplemented from <SCConfigDelegate>.
| - (void) willCheckMandatoryKeysForConfig: | (SCConfig *) | config |
Tells the delegate that the configuration will check the mandatory keys presense.
| config | - the configuration sending the message |
Reimplemented from <SCConfigDelegate>.
| - (void) willRemoveAllRecordsFromConfig: | (SCConfig *) | config |
Tells the delegate that the configuration will remove all records.
| config | - the configuration sending the message |
Reimplemented from <SCConfigDelegate>.
1.7.3