Uses of Class
org.talend.sdk.component.runtime.manager.ComponentFamilyMeta
Packages that use ComponentFamilyMeta
-
Uses of ComponentFamilyMeta in org.talend.sdk.component.runtime.manager
Methods in org.talend.sdk.component.runtime.manager that return ComponentFamilyMetaModifier and TypeMethodDescriptionContainerComponentRegistry.findComponentFamily(String pluginId) Methods in org.talend.sdk.component.runtime.manager with parameters of type ComponentFamilyMetaModifier and TypeMethodDescriptionabstract Map<String,? extends ComponentFamilyMeta.BaseMeta> ComponentManager.ComponentType.findMeta(ComponentFamilyMeta family) Constructors in org.talend.sdk.component.runtime.manager with parameters of type ComponentFamilyMetaModifierConstructorDescriptionprotectedDriverRunnerMeta(ComponentFamilyMeta parent, String name, String icon, int version, Class<?> type, Supplier<List<ParameterMeta>> parameterMetas, Function<Map<String, String>, org.talend.sdk.component.runtime.standalone.DriverRunner> instantiator, Supplier<org.talend.sdk.component.api.component.MigrationHandler> migrationHandler, boolean validated, Map<String, String> metas) protectedPartitionMapperMeta(ComponentFamilyMeta parent, String name, String icon, int version, Class<?> type, Supplier<List<ParameterMeta>> parameterMetas, Function<Map<String, String>, org.talend.sdk.component.runtime.input.Mapper> instantiator, Supplier<org.talend.sdk.component.api.component.MigrationHandler> migrationHandler, boolean validated, boolean infinite) protectedPartitionMapperMeta(ComponentFamilyMeta parent, String name, String icon, int version, Class<?> type, Supplier<List<ParameterMeta>> parameterMetas, Function<Map<String, String>, org.talend.sdk.component.runtime.input.Mapper> instantiator, Supplier<org.talend.sdk.component.api.component.MigrationHandler> migrationHandler, boolean validated, Map<String, String> metas) protectedProcessorMeta(ComponentFamilyMeta parent, String name, String icon, int version, Class<?> type, Supplier<List<ParameterMeta>> parameterMetas, Function<Map<String, String>, org.talend.sdk.component.runtime.output.Processor> instantiator, Supplier<org.talend.sdk.component.api.component.MigrationHandler> migrationHandler, boolean validated, Map<String, String> metas)