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 interfaceObservablePluginPlugin able to observe the connection/disconnection ofReader.interfacePoolPluginPlugin 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 PluginSmartCardService. getPlugin(java.lang.String pluginName)Gets the plugin whose name is provided as an argument.PluginSmartCardService. 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. 
 -