Package org.pentaho.di.core.extension
Class ExtensionPointContext
- java.lang.Object
-
- org.pentaho.di.core.extension.ExtensionPointContext
-
public class ExtensionPointContext extends Object
Convenience class you can use to pass more than one object in an extension point- Author:
- matt
-
-
Constructor Summary
Constructors Constructor Description ExtensionPointContext(Object subject, Object parent, Object relation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getParent()
Object
getRelation()
Object
getSubject()
void
setParent(Object parent)
void
setRelation(Object relation)
void
setSubject(Object subject)
-