B G I O P R S T U W 
All Classes All Packages

B

build() - Method in class org.eclipse.keyple.plugin.stub.StubPluginFactoryBuilder.Builder
Returns an instance of StubPluginFactory created from the fields set on this builder.
build() - Method in class org.eclipse.keyple.plugin.stub.StubPoolPluginFactoryBuilder.Builder
Returns an instance of StubPoolPluginFactory created from the fields set on this builder.
build() - Method in class org.eclipse.keyple.plugin.stub.StubSmartCard.Builder
Build the StubSmartCard
build() - Method in interface org.eclipse.keyple.plugin.stub.StubSmartCard.CommandStep
Build the StubSmartCard
builder() - Static method in class org.eclipse.keyple.plugin.stub.StubPluginFactoryBuilder
Creates builder to build a StubPluginFactory.
builder() - Static method in class org.eclipse.keyple.plugin.stub.StubPoolPluginFactoryBuilder
Creates builder to build a StubPoolPluginFactory.
builder() - Static method in class org.eclipse.keyple.plugin.stub.StubSmartCard
Creates a builder for the StubSmartCard

G

getSmartcard() - Method in interface org.eclipse.keyple.plugin.stub.StubReader
Get inserted card

I

insertCard(StubSmartCard) - Method in interface org.eclipse.keyple.plugin.stub.StubReader
Insert a stub card into the reader.

O

org.eclipse.keyple.plugin.stub - package org.eclipse.keyple.plugin.stub
 

P

PLUGIN_NAME - Static variable in class org.eclipse.keyple.plugin.stub.StubPluginFactoryBuilder
The plugin default name
PLUGIN_NAME - Static variable in class org.eclipse.keyple.plugin.stub.StubPoolPluginFactoryBuilder
The plugin default name
plugPoolReader(String, String, StubSmartCard) - Method in interface org.eclipse.keyple.plugin.stub.StubPoolPlugin
Plug synchronously a new StubReader in the StubPoolPlugin associated to groupReference and a stub card.
plugReader(String, boolean, StubSmartCard) - Method in interface org.eclipse.keyple.plugin.stub.StubPlugin
Plug a new StubReader.

R

removeCard() - Method in interface org.eclipse.keyple.plugin.stub.StubReader
Remove card from reader if any

S

StubPlugin - Interface in org.eclipse.keyple.plugin.stub
Specific methods of the Stub Plugin.
StubPluginFactory - Interface in org.eclipse.keyple.plugin.stub
Stub specific KeyplePluginExtensionFactory to be provided to the Keyple SmartCard service to register the Stub plugin, built by StubPluginFactoryBuilder.
StubPluginFactoryBuilder - Class in org.eclipse.keyple.plugin.stub
Builds instances of StubPluginFactory.
StubPluginFactoryBuilder.Builder - Class in org.eclipse.keyple.plugin.stub
Builder to build a StubPluginFactory.
StubPoolPlugin - Interface in org.eclipse.keyple.plugin.stub
Simulates a @PoolPluginSpi with StubReader and StubSmartCard.
StubPoolPluginFactory - Interface in org.eclipse.keyple.plugin.stub
Stub specific KeyplePluginExtensionFactory to be provided to the Keyple SmartCard service to register the Stub Pool plugin, built by StubPoolPluginFactoryBuilder.
StubPoolPluginFactoryBuilder - Class in org.eclipse.keyple.plugin.stub
Builds instances of StubPoolPluginFactory.
StubPoolPluginFactoryBuilder.Builder - Class in org.eclipse.keyple.plugin.stub
Builder to build a StubPoolPluginFactory.
StubReader - Interface in org.eclipse.keyple.plugin.stub
The Stub Reader supports programmatically the insertion and removal of StubSmartCard
To invoke those methods use Reader#getExtension(StubReader.class) from the Reader class.
StubSmartCard - Class in org.eclipse.keyple.plugin.stub
Simulated smart card that can be inserted into a StubReader.
StubSmartCard.Builder - Class in org.eclipse.keyple.plugin.stub
Builder class for StubSmartCard.
StubSmartCard.CommandStep - Interface in org.eclipse.keyple.plugin.stub
 
StubSmartCard.PowerOnDataStep - Interface in org.eclipse.keyple.plugin.stub
 
StubSmartCard.ProtocolStep - Interface in org.eclipse.keyple.plugin.stub
 

T

toString() - Method in class org.eclipse.keyple.plugin.stub.StubSmartCard

U

unplugPoolReader(String) - Method in interface org.eclipse.keyple.plugin.stub.StubPoolPlugin
Unplug synchronously a pool reader.
unplugPoolReaders(String) - Method in interface org.eclipse.keyple.plugin.stub.StubPoolPlugin
Unplug synchronously all readers associated to a groupReference.
unplugReader(String) - Method in interface org.eclipse.keyple.plugin.stub.StubPlugin
Unplug a StubReader.

W

withMonitoringCycleDuration(int) - Method in class org.eclipse.keyple.plugin.stub.StubPluginFactoryBuilder.Builder
Configure the sleep time between two cycles for card and reader monitoring
withMonitoringCycleDuration(int) - Method in class org.eclipse.keyple.plugin.stub.StubPoolPluginFactoryBuilder.Builder
Configure the sleep time between two cycles for card and reader monitoring
withPowerOnData(byte[]) - Method in class org.eclipse.keyple.plugin.stub.StubSmartCard.Builder
Define simulated power-on data for the StubSmartCard to build
withPowerOnData(byte[]) - Method in interface org.eclipse.keyple.plugin.stub.StubSmartCard.PowerOnDataStep
Define simulated power-on data for the StubSmartCard to build
withProtocol(String) - Method in class org.eclipse.keyple.plugin.stub.StubSmartCard.Builder
Define simulated protocol for the StubSmartCard to build
withProtocol(String) - Method in interface org.eclipse.keyple.plugin.stub.StubSmartCard.ProtocolStep
Define simulated protocol for the StubSmartCard to build
withSimulatedCommand(String, String) - Method in class org.eclipse.keyple.plugin.stub.StubSmartCard.Builder
Add simulated command/response to the StubSmartCard to build.
withSimulatedCommand(String, String) - Method in interface org.eclipse.keyple.plugin.stub.StubSmartCard.CommandStep
Add simulated command/response to the StubSmartCard to build.
withStubReader(String, boolean, StubSmartCard) - Method in class org.eclipse.keyple.plugin.stub.StubPluginFactoryBuilder.Builder
Initialize the plugin with a stub reader.
withStubReader(String, String, StubSmartCard) - Method in class org.eclipse.keyple.plugin.stub.StubPoolPluginFactoryBuilder.Builder
Initialize the plugin with a stub reader.
B G I O P R S T U W 
All Classes All Packages