Class ComponentInstantiator.BuilderDefault
java.lang.Object
org.talend.sdk.component.runtime.manager.service.api.ComponentInstantiator.BuilderDefault
- All Implemented Interfaces:
ComponentInstantiator.Builder
- Enclosing interface:
- ComponentInstantiator
public static class ComponentInstantiator.BuilderDefault
extends Object
implements ComponentInstantiator.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild(String familyName, ComponentInstantiator.MetaFinder finder, ComponentManager.ComponentType componentType)
-
Constructor Details
-
BuilderDefault
public BuilderDefault()
-
-
Method Details
-
build
public ComponentInstantiator build(String familyName, ComponentInstantiator.MetaFinder finder, ComponentManager.ComponentType componentType) - Specified by:
buildin interfaceComponentInstantiator.Builder
-