Package org.eclipse.keyple.plugin.pcsc
Class PcscPluginFactoryBuilder
java.lang.Object
org.eclipse.keyple.plugin.pcsc.PcscPluginFactoryBuilder
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:
-
Nested Class Summary
-
Method Summary
-
Method Details
-
builder
Creates builder to build aPcscPluginFactory
.- Returns:
- created builder
- Since:
- 2.0.0
-