Uses of Enum
org.talend.sdk.component.runtime.manager.ComponentManager.ComponentType
Packages that use ComponentManager.ComponentType
Package
Description
-
Uses of ComponentManager.ComponentType in org.talend.sdk.component.runtime.manager
Methods in org.talend.sdk.component.runtime.manager that return ComponentManager.ComponentTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ComponentManager.ComponentType[]ComponentManager.ComponentType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.talend.sdk.component.runtime.manager with parameters of type ComponentManager.ComponentTypeModifier and TypeMethodDescriptionComponentManager.createComponent(String plugin, String name, ComponentManager.ComponentType componentType, int version, Map<String, String> configuration) ComponentManager.mergeCheckpointConfiguration(String plugin, String name, ComponentManager.ComponentType componentType, Map<String, String> configuration) -
Uses of ComponentManager.ComponentType in org.talend.sdk.component.runtime.manager.service.api
Methods in org.talend.sdk.component.runtime.manager.service.api with parameters of type ComponentManager.ComponentTypeModifier and TypeMethodDescriptionComponentInstantiator.Builder.build(String familyName, ComponentInstantiator.MetaFinder finder, ComponentManager.ComponentType componentType) ComponentInstantiator.BuilderDefault.build(String familyName, ComponentInstantiator.MetaFinder finder, ComponentManager.ComponentType componentType)