Class ComponentFamilyMeta.DriverRunnerMeta
java.lang.Object
org.talend.sdk.component.runtime.manager.ComponentFamilyMeta.BaseMeta<org.talend.sdk.component.runtime.standalone.DriverRunner>
org.talend.sdk.component.runtime.manager.ComponentFamilyMeta.DriverRunnerMeta
- Enclosing class:
- ComponentFamilyMeta
public static class ComponentFamilyMeta.DriverRunnerMeta
extends ComponentFamilyMeta.BaseMeta<org.talend.sdk.component.runtime.standalone.DriverRunner>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDriverRunnerMeta(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) -
Method Summary
Methods inherited from class org.talend.sdk.component.runtime.manager.ComponentFamilyMeta.BaseMeta
findBundle, get, instantiate, set
-
Constructor Details
-
DriverRunnerMeta
protected DriverRunnerMeta(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)
-