Package org.eclipse.keyple.card.calypso
Class CalypsoExtensionService
- java.lang.Object
-
- org.eclipse.keyple.card.calypso.CalypsoExtensionService
-
- All Implemented Interfaces:
org.eclipse.keyple.core.common.KeypleCardExtension
public final class CalypsoExtensionService extends java.lang.Object implements org.eclipse.keyple.core.common.KeypleCardExtension
Card extension dedicated to the management of Calypso cards.- Since:
- 2.0.0
-
-
Constructor Summary
Constructors Constructor Description CalypsoExtensionService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.keypop.calypso.card.CalypsoCardApiFactory
getCalypsoCardApiFactory()
Returns new instance ofCalypsoCardApiFactory
.java.lang.String
getCardApiVersion()
java.lang.String
getCommonApiVersion()
static CalypsoExtensionService
getInstance()
Returns the service instance.java.lang.String
getReaderApiVersion()
-
-
-
Method Detail
-
getInstance
public static CalypsoExtensionService getInstance()
Returns the service instance.- Returns:
- A not null reference.
- Since:
- 2.0.0
-
getCalypsoCardApiFactory
public org.eclipse.keypop.calypso.card.CalypsoCardApiFactory getCalypsoCardApiFactory()
Returns new instance ofCalypsoCardApiFactory
.- Returns:
- A not null reference.
- Since:
- 3.0.0
-
getReaderApiVersion
public java.lang.String getReaderApiVersion()
- Specified by:
getReaderApiVersion
in interfaceorg.eclipse.keyple.core.common.KeypleCardExtension
- Since:
- 2.0.0
-
getCardApiVersion
public java.lang.String getCardApiVersion()
- Specified by:
getCardApiVersion
in interfaceorg.eclipse.keyple.core.common.KeypleCardExtension
- Since:
- 2.0.0
-
getCommonApiVersion
public java.lang.String getCommonApiVersion()
- Specified by:
getCommonApiVersion
in interfaceorg.eclipse.keyple.core.common.KeypleCardExtension
- Since:
- 2.0.0
-
-