| Modifier and Type | Interface | Description |
|---|---|---|
interface |
InputStreamRecords<T> |
Extends the
Records with means to monitor the state of file based
implementations. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CompositeRecordsImpl<T> |
|
class |
CsvFileRecordsImpl<T> |
The
CsvFileRecordsImpl is an implementation of the Records
interface and provides functionality to parse CSV files. |
class |
CsvInputStreamRecordsImpl<T> |
The
CsvInputStreamRecordsImpl is an implementation of the
Records interface and provides functionality to parse CSV input
streams. |
class |
RecordsImpl<T> |
| Modifier and Type | Method | Description |
|---|---|---|
Records<T> |
RecordsAccessor.getRecords() |
Retrieves the
Records property. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
RecordsAccessor.RecordsMutator.setRecords(Records<T> aDataRecord) |
Sets the
Records property. |
| Constructor | Description |
|---|---|
CompositeRecordsImpl(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy,
org.refcodes.controlflow.InvocationStrategy aRecordServeStrategy,
Records<T>... aRecords) |
|
CompositeRecordsImpl(org.refcodes.controlflow.InvocationStrategy aRecordServeStrategy,
Records<T>... aRecords) |
| Constructor | Description |
|---|---|
CompositeRecordsImpl(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy,
org.refcodes.controlflow.InvocationStrategy aRecordServeStrategy,
Collection<Records<T>> aRecords) |
|
CompositeRecordsImpl(org.refcodes.controlflow.InvocationStrategy aRecordServeStrategy,
Collection<Records<T>> aRecords) |
Copyright © 2018. All rights reserved.