Class OETLAbstractSource
java.lang.Object
com.orientechnologies.orient.etl.OETLAbstractComponent
com.orientechnologies.orient.etl.source.OETLAbstractSource
- All Implemented Interfaces:
OETLComponent,OETLSource
- Direct Known Subclasses:
OETLContentSource,OETLFileSource,OETLHttpSource,OETLInputSource
ETL Abstract Source component.
-
Field Summary
Fields 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, getConfiguration, 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, getConfiguration, getContext, getName, getProcessor, setProcessorMethods inherited from interface com.orientechnologies.orient.etl.source.OETLSource
getUnit, read
-
Constructor Details
-
OETLAbstractSource
public OETLAbstractSource()
-