Class ObjectFactoryImpl

java.lang.Object
org.talend.sdk.component.runtime.manager.service.ObjectFactoryImpl
All Implemented Interfaces:
Serializable, org.talend.sdk.component.api.service.factory.ObjectFactory

public class ObjectFactoryImpl extends Object implements org.talend.sdk.component.api.service.factory.ObjectFactory, Serializable
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.talend.sdk.component.api.service.factory.ObjectFactory

    org.talend.sdk.component.api.service.factory.ObjectFactory.ObjectFactoryInstance
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.talend.sdk.component.api.service.factory.ObjectFactory.ObjectFactoryInstance
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • createInstance

      public org.talend.sdk.component.api.service.factory.ObjectFactory.ObjectFactoryInstance createInstance(String type)
      Specified by:
      createInstance in interface org.talend.sdk.component.api.service.factory.ObjectFactory