SIKApplicationDescriptorReader Class Reference
| Inherits from | SICSiminovSAXDefaultHandler |
|---|---|
| Declared in | SIKApplicationDescriptorReader.h SIKApplicationDescriptorReader.m |
Overview
- Exposes methods to parse Application Descriptor information as per define in ApplicationDescriptor.xml file by application.
Example:
{@code
application_name
application_description
application_version
full_path_of_database_descriptor_file
full_path_of_service_descriptor
full_path_of_sync_descriptor
value_of_property
full_path_of_library_descriptor_file
full_class_path_of_event_handler_(ISiminovHandler/IDatabaseHandler)
}
</p>
*
Other Methods
– getApplicationDescriptor
Get application descriptor object.
- (SIKApplicationDescriptor *)getApplicationDescriptorReturn Value
Application Descriptor Object.
Discussion
Get application descriptor object.
Declared In
SIKApplicationDescriptorReader.h
Other Methods
– init
ApplicationDescriptorReader Constructor
- (id)initDiscussion
ApplicationDescriptorReader Constructor
Declared In
SIKApplicationDescriptorReader.m