| Modifier and Type | Field and Description |
|---|---|
static String |
PROJECT_CORDA_ID_KEY
The project corda id key.
|
static String |
PROJECT_ID_KEY
The project id key.
|
static String |
PROJECT_NAME_KEY
The project name key.
|
| Constructor and Description |
|---|
DatasetsByProjectIterator(InputStreamReader csvInputStream)
Instantiates a new datasets by project iterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<String> |
iterator() |
String |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic static String PROJECT_ID_KEY
public static String PROJECT_NAME_KEY
public static String PROJECT_CORDA_ID_KEY
public DatasetsByProjectIterator(InputStreamReader csvInputStream) throws IOException
csvInputStream - the csv input streamIOException - Signals that an I/O exception has occurred.Copyright © 2018. All rights reserved.