#include <librets/MetadataLoader.h>
Public Member Functions | |
virtual | ~MetadataLoader () |
virtual void | SetCollector (MetadataElementCollectorPtr collector)=0 |
Set the method that will collect the metadata. | |
virtual void | LoadMetadata (MetadataElement::Type type, std::string level)=0 |
Load the metadata for the level and resource/class. |
virtual ~MetadataLoader | ( | ) | [virtual] |
virtual void LoadMetadata | ( | MetadataElement::Type | type, | |
std::string | level | |||
) | [pure virtual] |
Load the metadata for the level and resource/class.
type | The metadata level such as SYSTEM or TABLE. | |
level | A string representing the Resource/Class to load. |
Implemented in RetsSession.
virtual void SetCollector | ( | MetadataElementCollectorPtr | collector | ) | [pure virtual] |
Set the method that will collect the metadata.
collector | A pointer to the MetadataElementCollector that will do the actual loading. |
Implemented in RetsSession.