#include <AbstractPluginFactory.h>
◆ getPluginInstance()
virtual ReaderPlugin& keyple::core::seproxy::AbstractPluginFactory::getPluginInstance |
( |
| ) |
|
|
pure virtual |
Retrieve instance of a plugin (can be a singleton or not)
- Returns
- instance of a ReaderPlugin
- Exceptions
-
KeyplePluginInstantiationException | if instantiation failed, mostly when the third party library which manages the Se Reader interface is not ready |
◆ getPluginName()
virtual const std::string& keyple::core::seproxy::AbstractPluginFactory::getPluginName |
( |
| ) |
const |
|
pure virtual |
Retrieve the name of the plugin that will be instantiated by this factory (can be static or dynamic)
- Returns
- pluginName
The documentation for this class was generated from the following file: