Uses of Class
org.eclipse.keyple.plugin.pcsc.PcscPluginFactoryBuilder.Builder
-
-
Uses of PcscPluginFactoryBuilder.Builder in org.eclipse.keyple.plugin.pcsc
Methods in org.eclipse.keyple.plugin.pcsc that return PcscPluginFactoryBuilder.Builder Modifier and Type Method Description static PcscPluginFactoryBuilder.BuilderPcscPluginFactoryBuilder. builder()Creates builder to build aPcscPluginFactory.PcscPluginFactoryBuilder.BuilderPcscPluginFactoryBuilder.Builder. updateProtocolIdentificationRule(java.lang.String readerProtocolName, java.lang.String protocolRule)Updates a protocol identification rule.PcscPluginFactoryBuilder.BuilderPcscPluginFactoryBuilder.Builder. useContactlessReaderIdentificationFilter(java.lang.String contactlessReaderIdentificationFilter)Overwrites the default filter with the provided filter based on regular expressions to make the plugin able to identify a contact reader from its name.PcscPluginFactoryBuilder.BuilderPcscPluginFactoryBuilder.Builder. useContactReaderIdentificationFilter(java.lang.String contactReaderIdentificationFilter)Deprecated.Useless method that will be removed soon, seeuseContactlessReaderIdentificationFilter(String)
-