
public class OETLContentSource extends OETLAbstractSource
| Modifier and Type | Field and Description |
|---|---|
protected BufferedReader |
reader |
configuration, context, ifExpression, output, processor| Constructor and Description |
|---|
OETLContentSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.orientechnologies.orient.core.record.impl.ODocument iConfiguration,
com.orientechnologies.orient.core.command.OCommandContext iContext)
Called by the @OETLProcessor
|
com.orientechnologies.orient.core.record.impl.ODocument |
getConfiguration() |
String |
getName()
Return the symbolic name of the component
|
String |
getUnit() |
Reader |
read() |
begin, end, getCommonConfigurationParameters, getIfFilter, log, log, resolve, setProcessor, skip, stringArray2Json, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbegin, end, setProcessorprotected BufferedReader reader
public void configure(com.orientechnologies.orient.core.record.impl.ODocument iConfiguration,
com.orientechnologies.orient.core.command.OCommandContext iContext)
OETLComponentconfigure in interface OETLComponentconfigure in class OETLAbstractComponentpublic com.orientechnologies.orient.core.record.impl.ODocument getConfiguration()
getConfiguration in interface OETLComponentgetConfiguration in class OETLAbstractComponentpublic String getUnit()
public String getName()
OETLComponentpublic Reader read()
Copyright © 2009–2018 OrientDB. All rights reserved.