| Package | Description |
|---|---|
| org.eclipse.keyple.calypso |
Contains the specific POJOs, services and classes to manage Calypso products in the Keyple
environment.
|
| org.eclipse.keyple.calypso.command.po.builder |
Contains the PO command builders.
|
| org.eclipse.keyple.calypso.transaction |
Contains the services and POJOs providing the high-level API to manage PO selections and
transactions.
|
| Modifier and Type | Method and Description |
|---|---|
static SelectFileControl |
SelectFileControl.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SelectFileControl[] |
SelectFileControl.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SelectFileControl |
SelectFileCmdBuild.getSelectFileControl()
The file selection control can be null if the chosen constructor targets an explicit path
|
| Constructor and Description |
|---|
SelectFileCmdBuild(PoClass poClass,
SelectFileControl selectFileControl)
Instantiates a new SelectFileCmdBuild to select the first, next or current file in the current
DF.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PoSelection.prepareSelectFile(SelectFileControl selectControl)
Adds a command APDU to select file according to the provided
SelectFileControl enum
entry indicating the navigation case: FIRST, NEXT or CURRENT. |
void |
PoTransaction.prepareSelectFile(SelectFileControl control)
Schedules the execution of a Select File command using a navigation control defined by
the ISO standard.
|