Uses of Interface
org.pentaho.di.trans.TransFactory
Packages that use TransFactory
-
Uses of TransFactory in org.pentaho.di.trans
Classes in org.pentaho.di.trans that implement TransFactoryMethods in org.pentaho.di.trans that return TransFactoryModifier and TypeMethodDescriptionDefaultTransFactoryManager.getTransFactory(String runConfigurationName) Fetches aTransFactoryor ReturnsDefaultTransFactoryusing the provided Run Configuration NameTransFactoryMananger.getTransFactory(String runConfigurationName) Fetches aTransFactoryor Returns defaultDefaultTransFactoryusing the provided Run Configuration NameMethods in org.pentaho.di.trans with parameters of type TransFactoryModifier and TypeMethodDescriptionvoidDefaultTransFactoryManager.registerFactory(String runConfigurationName, TransFactory transFactory) Registers/Adds aTransFactoryusing the provided Run Configuration NamevoidTransFactoryMananger.registerFactory(String runConfigurationName, TransFactory transFactory) Registers/Adds aTransFactoryusing the provided Run Configuration Name