Package | Description |
---|---|
gov.va.vinci.leo.cr |
CollectionReader base classes and implementations are found in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
FileCollectionReader
Get a list of the files in a directory and return them one at a time.
|
class |
XmiFileCollectionReader
Get a list of the XMI files in a directory and populate the CAS when getNext(Cas) is
called on the reader.
|
Modifier and Type | Method and Description |
---|---|
<T extends BaseFileCollectionReader> |
BaseFileCollectionReader.setEncoding(String encoding)
Set the file encoding from the encoding string provided.
|
<T extends BaseFileCollectionReader> |
BaseFileCollectionReader.setFilenameFilter(FilenameFilter filenameFilter)
Set the FilenameFilter that this object will use to filter the files found in the input directory.
|
<T extends BaseFileCollectionReader> |
BaseFileCollectionReader.setInputDirectory(File inputDirectory)
Set the inputDirectory for this FileSubReader object.
|
<T extends BaseFileCollectionReader> |
BaseFileCollectionReader.setRecurseFlag(boolean recurse)
Set the recurse flag for this property.
|
Copyright © 2018 Department of Veterans Affairs. All Rights Reserved.