Uses of Class
org.pentaho.di.core.extension.KettleExtensionPoint
-
Packages that use KettleExtensionPoint Package Description org.pentaho.di.core.extension -
-
Uses of KettleExtensionPoint in org.pentaho.di.core.extension
Methods in org.pentaho.di.core.extension that return KettleExtensionPoint Modifier and Type Method Description static KettleExtensionPoint
KettleExtensionPoint. valueOf(String name)
Returns the enum constant of this type with the specified name.static KettleExtensionPoint[]
KettleExtensionPoint. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-