kDB: Knowledge DataBase
|
Public Member Functions | |
bool | canLoad (const QString &_path, const QString &_mime_type, const knowCore::ValueHash &_options) override |
cres_qresult< QStringList > | loadFile (const QString &_path, const kDB::Repository::Connection &_connection, const knowCore::ValueHash &_options) override |
![]() |
|
virtual |
Reimplemented from kDBBaseKnowledge::Interfaces::FileLoader.
|
overridevirtual |
Check if this loader can be used on a specific file. _options
contains an options file that is store alongside a base knowledge YAML file.
Implements kDBBaseKnowledge::Interfaces::FileLoader.
|
overridevirtual |
Load the file from _path into the database for the given connection _connection.
Implements kDBBaseKnowledge::Interfaces::FileLoader.