Class PcscPluginFactoryBuilder

java.lang.Object
org.eclipse.keyple.plugin.pcsc.PcscPluginFactoryBuilder

public final class PcscPluginFactoryBuilder extends Object
Builds instances of PcscPluginFactory from values configured by the setters.

The Builder checks if a value configured by a setter satisfies the syntax requirements defined by the PcscPluginFactoryAdapter class.

Note: all setters of this class are optional.
It is possible to assign later a protocol type at the reader level using the method PcscReader.setContactless(boolean).
A set of default protocol identification rules is also proposed.

Since:
2.0.0
See Also: