
public class OETLRowExtractor extends OETLAbstractSourceExtractor
| Modifier and Type | Field and Description |
|---|---|
protected BufferedReader |
bReader |
protected String |
lineFeed |
protected boolean |
multiLine |
protected OETLExtractedItem |
next |
readercurrent, totalconfiguration, context, ifExpression, output, processor| Constructor and Description |
|---|
OETLRowExtractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(ODocument iConfiguration,
OCommandContext iContext)
Called by the @OETLProcessor
|
void |
end() |
void |
extract(Reader iReader) |
protected OETLExtractedItem |
fetchNext() |
String |
getName()
Return the symbolic name of the component
|
String |
getUnit() |
boolean |
hasNext() |
OETLExtractedItem |
next() |
protected String |
readLine() |
getConfiguration, getProgress, getTotal, removebegin, getCommonConfigurationParameters, getIfFilter, log, log, resolve, setProcessor, skip, stringArray2Json, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbegin, setProcessorforEachRemainingprotected BufferedReader bReader
protected OETLExtractedItem next
protected boolean multiLine
protected String lineFeed
public String getName()
OETLComponentpublic void configure(ODocument iConfiguration, OCommandContext iContext)
OETLComponentconfigure in interface OETLComponentconfigure in class OETLAbstractComponentpublic boolean hasNext()
hasNext in interface Iterator<OETLExtractedItem>hasNext in class OETLAbstractSourceExtractorpublic OETLExtractedItem next()
public void extract(Reader iReader)
extract in interface OETLExtractorextract in class OETLAbstractSourceExtractorpublic void end()
end in interface OETLComponentend in class OETLAbstractSourceExtractorpublic String getUnit()
protected OETLExtractedItem fetchNext() throws IOException
IOExceptionprotected String readLine() throws IOException
IOExceptionCopyright © 2009–2025 OrientDB. All rights reserved.