public class GafListFileRepository extends CsvRepository
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GAFLIST_ENTITYNAME |
BASE_URL| Constructor and Description |
|---|
GafListFileRepository(java.io.File tmpFile,
java.util.List<CellProcessor> cellProcessors,
java.lang.Character separator,
GafListValidationReport report) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Entity> |
iterator() |
addCellProcessor, close, getEntityMetaDatagetName, getUrl, iteratorpublic static final java.lang.String GAFLIST_ENTITYNAME
public GafListFileRepository(java.io.File tmpFile,
@Nullable
java.util.List<CellProcessor> cellProcessors,
java.lang.Character separator,
GafListValidationReport report)
throws java.io.IOException
java.io.IOExceptionpublic java.util.Iterator<Entity> iterator()
iterator in interface java.lang.Iterable<Entity>iterator in class CsvRepositoryCopyright © 2014. All Rights Reserved.