Class SpoonDelegateRegistry
java.lang.Object
org.pentaho.di.ui.spoon.delegates.SpoonDelegateRegistry
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionconstructSpoonJobDelegate
(Spoon spoon) constructSpoonTransDelegate
(Spoon spoon) static SpoonDelegateRegistry
Class<?>
Class<?>
void
registerSpoonJobDelegateClass
(Class<?> jobDelegateClass) void
registerSpoonTransDelegateClass
(Class<?> transDelegateClass)
-
Field Details
-
DEFAULT_SPOONJOBDELEGATE_CLASS
-
DEFAULT_SPOONTRANSDELEGATE_CLASS
-
-
Method Details
-
getInstance
-
registerSpoonJobDelegateClass
-
registerSpoonTransDelegateClass
-
getRegisteredSpoonJobDelegateClass
-
getRegisteredSpoonTransDelegateClass
-
constructSpoonJobDelegate
- Throws:
InstanceCreationException
-
constructSpoonTransDelegate
- Throws:
InstanceCreationException
-