Package org.eclipse.keyple.plugin.stub
Interface StubSmartCard.ProtocolStep
- All Known Implementing Classes:
StubSmartCard.Builder
- Enclosing class:
- StubSmartCard
public static interface StubSmartCard.ProtocolStep
Provides a method to define the simulated protocol for the StubSmartCard to build.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionwithProtocol
(String protocol) Define simulated protocol for theStubSmartCard
to build
-
Method Details
-
withProtocol
Define simulated protocol for theStubSmartCard
to build- Parameters:
protocol
- (not nullable) protocol name- Returns:
- next step of builder
- Since:
- 2.0.0
-