Class DriverRunnerFlowsFactory
java.lang.Object
org.talend.sdk.component.design.extension.flows.DriverRunnerFlowsFactory
- All Implemented Interfaces:
FlowsFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns aCollectionof input flows names of a ComponentReturns aCollectionof output flows names of a Component
-
Constructor Details
-
DriverRunnerFlowsFactory
public DriverRunnerFlowsFactory()
-
-
Method Details
-
getInputFlows
Description copied from interface:FlowsFactoryReturns aCollectionof input flows names of a Component- Specified by:
getInputFlowsin interfaceFlowsFactory- Returns:
- input flows names collection
-
getOutputFlows
Description copied from interface:FlowsFactoryReturns aCollectionof output flows names of a Component- Specified by:
getOutputFlowsin interfaceFlowsFactory- Returns:
- output flows names collection
-