#include <AbstractSeProxyComponent.h>
Inherited by keyple::core::seproxy::plugin::AbstractPlugin, and keyple::core::seproxy::plugin::AbstractReader.
This abstract class mutualizes the management of the name and part of the configuration of SeProxy components (plugins and readers)
◆ AbstractSeProxyComponent()
keyple::core::seproxy::plugin::AbstractSeProxyComponent::AbstractSeProxyComponent |
( |
const std::string & |
name | ) |
|
|
explicit |
Constructor
- Parameters
-
name | the name of the component |
◆ ~AbstractSeProxyComponent()
virtual keyple::core::seproxy::plugin::AbstractSeProxyComponent::~AbstractSeProxyComponent |
( |
| ) |
|
|
virtualdefault |
◆ getName()
const std::string & keyple::core::seproxy::plugin::AbstractSeProxyComponent::getName |
( |
| ) |
const |
- Returns
- the name of the component
◆ setParameter()
virtual void keyple::core::seproxy::plugin::AbstractSeProxyComponent::setParameter |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
pure virtual |
◆ setParameters()
void keyple::core::seproxy::plugin::AbstractSeProxyComponent::setParameters |
( |
const std::map< const std::string, const std::string > & |
parameters | ) |
|
Sets at once a set of parameters for a reader
See setParameter() for more details
- Parameters
-
parameters | a Map <String, String> parameter set |
- Exceptions
-
KeypleBaseException | if one of the parameters could not be set up |
The documentation for this class was generated from the following files: