Package org.pentaho.platform.api.engine
Interface IObjectCreator<T>
public interface IObjectCreator<T>
A simple creator interface. Used by several implementations of
.IPentahoObjectReference
to create an instance of class T
Created by nbaker on 4/15/14.-
Method Summary
Modifier and TypeMethodDescriptioncreate
(IPentahoSession session) Return an implementation for the Class T.
-
Method Details
-
create
Return an implementation for the Class T.- Parameters:
session
-- Returns:
- T
-