Uses of Class
org.eclipse.keyple.core.service.resource.CardResourceProfileConfigurator.Builder
Package
Description
Interfaces and classes of the Card Resource Service.
-
Uses of CardResourceProfileConfigurator.Builder in org.eclipse.keyple.core.service.resource
Modifier and TypeMethodDescriptionCardResourceProfileConfigurator.builder
(String profileName, CardResourceProfileExtension cardResourceProfileExtension) Gets the configurator's builder to use in order to create a new instance of a card resource profile with the provided name and a card resource profile extension to handle specific card operations to be performed at allocation time.CardResourceProfileConfigurator.Builder.withPlugins
(org.eclipse.keyple.core.service.Plugin... plugins) Restricts the scope of the search during the allocation process to the provided plugins.CardResourceProfileConfigurator.Builder.withReaderGroupReference
(String readerGroupReference) Sets a filter to target all card having the provided specific reader group reference.CardResourceProfileConfigurator.Builder.withReaderNameRegex
(String readerNameRegex) Sets a filter targeting all card readers having a name matching the provided regular expression.