|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.verity.collection.FlatFileGateway
com.raritantechnologies.verity.collection.BIFFileGateway
Builds a set of ResultSets from BIF files for processing.
XML Configuration Template: <CollectionGateway name="[ name of gateway (optional) ]" class="com.raritantechnologies.verity.collection.BIFFileGateway" rootPath="[ path to the file set ]" numRecordsPerSet="100" keyFieldName="[ name of key field ]" > <Files> <File name="*.bif" VdkVgwKey="[ field that has key ]" valueDelimiter="," > <!-- Filter that is applied to each line of the text file --> <LineFilter class="[ class of com.raritantechnologies.utils.filter.IStringFilter" ]" > </LineFilter> <!-- Filter that is applied to each field value --> <FieldFilter class="[ class of com.raritantechnologies.utils.filter.IStringFilter" ]" > </FieldFilter> </File> </Files> </CollectionGateway>
| Nested Class Summary |
| Nested classes inherited from class com.raritantechnologies.verity.collection.FlatFileGateway |
FlatFileGateway.FileProcessor |
| Constructor Summary | |
BIFFileGateway()
|
|
| Method Summary | |
protected void |
processFile(java.io.File aFile)
|
| Methods inherited from class com.raritantechnologies.verity.collection.FlatFileGateway |
addFileProcessor, getConfigurationXML, getFileProcessor, getGatewayListener, getKeyField, getNumRecordsPerSet, getRecurseSubdirectories, getRootDirectory, initialize, isPaused, pause, resume, run, run, setDataAvailable, setDataComplete, setGatewayListener, setInputParameters, setKeyField, setNumRecordsPerSet, setRecurseSubdirectories, setRootDirectory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BIFFileGateway()
| Method Detail |
protected void processFile(java.io.File aFile)
processFile in class FlatFileGateway
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||