public interface PluginFactory
| Modifier and Type | Method and Description |
|---|---|
Plugin |
getPlugin()
Retrieve an instance of a plugin (can be a singleton or not)
|
java.lang.String |
getPluginName()
Retrieve the name of the plugin that will be instantiated by this factory (can be static or
dynamic)
|
java.lang.String getPluginName()
Plugin getPlugin()
KeyplePluginInstantiationException - if instantiation failed, mostly when the third party
library which manages the card Reader interface is not ready