Uses of Interface
org.eclipse.keyple.core.service.Plugin
-
Packages that use Plugin Package Description org.eclipse.keyple.core.service Interfaces and classes to manipulate core Keyple objects and services. -
-
Uses of Plugin in org.eclipse.keyple.core.service
Subinterfaces of Plugin in org.eclipse.keyple.core.service Modifier and Type Interface Description interface
ObservablePlugin
Plugin able to observe the connection/disconnection ofReader
.interface
PoolPlugin
Plugin able to handle the access to an undefined number ofReader
.Methods in org.eclipse.keyple.core.service that return Plugin Modifier and Type Method Description Plugin
SmartCardService. getPlugin(java.lang.String pluginName)
Gets the plugin whose name is provided as an argument.Plugin
SmartCardService. registerPlugin(org.eclipse.keyple.core.common.KeyplePluginExtensionFactory pluginFactory)
Registers a new plugin to the service.Methods in org.eclipse.keyple.core.service that return types with arguments of type Plugin Modifier and Type Method Description java.util.Set<Plugin>
SmartCardService. getPlugins()
Gets all registered plugins.
-