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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
create(IPentahoSession session)
Return an implementation for the Class T.
-
-
-
Method Detail
-
create
T create(IPentahoSession session)
Return an implementation for the Class T.- Parameters:
session
-- Returns:
- T
-
-