Package | Description |
---|---|
org.eclipse.keyple.core.card.selection |
Contains the classes to handle the card selection process.
|
Modifier and Type | Class and Description |
---|---|
class |
CardResource<T extends AbstractSmartCard>
The CardResource class groups a
AbstractSmartCard and its associated Reader |
Modifier and Type | Method and Description |
---|---|
AbstractSmartCard |
CardSelectionsResult.getActiveSmartCard()
Get the active matching card.
|
AbstractSmartCard |
CardSelectionsResult.getSmartCard(int selectionIndex)
Gets the
AbstractSmartCard for the specified index. |
protected abstract AbstractSmartCard |
AbstractCardSelection.parse(CardSelectionResponse cardSelectionResponse)
Parsing method to be implemented in a card specific extension.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,AbstractSmartCard> |
CardSelectionsResult.getSmartCards()
Gets all the
AbstractSmartCard corresponding to all selection cases in a map where the
key is the selection index. |