public class StepRunnerFactory
extends java.lang.Object
Constructor and Description |
---|
StepRunnerFactory(com.marklogic.hub.HubClient hubClient) |
StepRunnerFactory(HubConfig hubConfig)
The one difference between this and the HubClient-based constructor is that by having access to a HubProject
via HubConfig, the WriteStepRunner instances created by this class will be able to resolve relative file input
paths based on the project directory.
|
Modifier and Type | Method and Description |
---|---|
StepRunner |
getStepRunner(Flow flow,
java.lang.String stepNum) |
public StepRunnerFactory(HubConfig hubConfig)
hubConfig
- public StepRunnerFactory(com.marklogic.hub.HubClient hubClient)
public StepRunner getStepRunner(Flow flow, java.lang.String stepNum)