Class BasicETLCollectSourceFileNamesStep
java.lang.Object
com.kingsrook.qqq.backend.module.filesystem.processes.implementations.etl.basic.BasicETLCollectSourceFileNamesStep
- All Implemented Interfaces:
BackendStep
BackendStep for collecting the file names that were discovered in the
Extract step. These will be lost during the transform, so we capture them here,
so that our Clean step can move or delete them.
TODO - need unit test!!
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefine the metaData that describes this stepvoid
run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the step - using the request as input, and the result as output.
-
Field Details
-
STEP_NAME
- See Also:
-
FIELD_SOURCE_FILE_PATHS
- See Also:
-
-
Constructor Details
-
BasicETLCollectSourceFileNamesStep
public BasicETLCollectSourceFileNamesStep()
-
-
Method Details
-
run
public void run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) throws QException Execute the step - using the request as input, and the result as output.- Specified by:
run
in interfaceBackendStep
- Throws:
QException
-
defineStepMetaData
define the metaData that describes this step
-