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.KeypleCardExtensionCard 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.CalypsoCardApiFactorygetCalypsoCardApiFactory()Returns new instance ofCalypsoCardApiFactory.java.lang.StringgetCardApiVersion()java.lang.StringgetCommonApiVersion()static CalypsoExtensionServicegetInstance()Returns the service instance.java.lang.StringgetReaderApiVersion()
-
-
-
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:
getReaderApiVersionin interfaceorg.eclipse.keyple.core.common.KeypleCardExtension- Since:
- 2.0.0
-
getCardApiVersion
public java.lang.String getCardApiVersion()
- Specified by:
getCardApiVersionin interfaceorg.eclipse.keyple.core.common.KeypleCardExtension- Since:
- 2.0.0
-
getCommonApiVersion
public java.lang.String getCommonApiVersion()
- Specified by:
getCommonApiVersionin interfaceorg.eclipse.keyple.core.common.KeypleCardExtension- Since:
- 2.0.0
-
-