public class MoepDirectoryReader extends RecordDirectoryReader implements RecordDefinitionFactory
| Constructor and Description |
|---|
MoepDirectoryReader() |
MoepDirectoryReader(File directory) |
| Modifier and Type | Method and Description |
|---|---|
protected Reader<Record> |
createReader(org.springframework.core.io.Resource resource)
Create a new
MoepBinaryReader to read the file. |
Date |
getIntegrationDate() |
RecordDefinition |
getRecordDefinition(String typePath) |
String |
getRevisionKey() |
String |
getSpecificationsRelease() |
Date |
getSubmissionDate() |
void |
setDirectory(File directory)
Set the directory containing the files to read.
|
addRecordDefinition, getStatistics, next, setStatisticsclose, getBaseFileNames, getDirectory, getFileNameFilter, getFiles, hasNext, iterator, open, remove, setBaseFileNames, setFileExtensions, setFileExtensions, setFileNameFilterread, visitclearProperties, getProperties, getProperty, getProperty, removeProperty, setProperties, setProperty, setPropertySoft, setPropertyWeakclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearProperties, getProperties, getProperty, getProperty, removeProperty, setProperties, setProperty, setPropertySoft, setPropertyWeakpublic MoepDirectoryReader()
public MoepDirectoryReader(File directory) throws IOException
IOExceptionprotected Reader<Record> createReader(org.springframework.core.io.Resource resource)
MoepBinaryReader to read the file.createReader in class RecordDirectoryReaderfile - The file to read.IOException - If an I/O error occurs.public Date getIntegrationDate()
public RecordDefinition getRecordDefinition(String typePath)
getRecordDefinition in interface RecordDefinitionFactorygetRecordDefinition in class RecordDirectoryReaderpublic String getRevisionKey()
public String getSpecificationsRelease()
public Date getSubmissionDate()
public void setDirectory(File directory)
AbstractDirectoryReadersetDirectory in class AbstractDirectoryReader<Record>directory - The directory containing the files to read.Copyright © 2015 Revolution Systems Inc.. All rights reserved.