Class OETLInputSource
java.lang.Object
com.orientechnologies.orient.etl.OETLAbstractComponent
com.orientechnologies.orient.etl.source.OETLAbstractSource
com.orientechnologies.orient.etl.source.OETLInputSource
- All Implemented Interfaces:
OETLComponent,OETLSource
ETL Source that reads from System.in
-
Field Summary
FieldsFields inherited from class com.orientechnologies.orient.etl.OETLAbstractComponent
configuration, context, ifExpression, output, processor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.orientechnologies.orient.etl.OETLAbstractComponent
begin, configure, debug, end, error, error, format, getCommonConfigurationParameters, getContext, getIfFilter, getProcessor, info, resolve, setProcessor, skip, stringArray2Json, toString, warnMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.etl.OETLComponent
begin, configure, end, getContext, getProcessor, setProcessor
-
Field Details
-
reader
-
-
Constructor Details
-
OETLInputSource
public OETLInputSource()
-
-
Method Details
-
getConfiguration
- Specified by:
getConfigurationin interfaceOETLComponent- Overrides:
getConfigurationin classOETLAbstractComponent- Returns:
-
getUnit
-
getName
Description copied from interface:OETLComponentReturn the symbolic name of the component- Returns:
- the name of the component
-
read
-