Package org.pentaho.platform.api.engine
Interface IPentahoSystemHelper
- 
public interface IPentahoSystemHelper 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ObjectcreateObject(String className)Deprecated.ObjectcreateObject(String className, ILogger logger)Deprecated.IContentOutputHandlergetOutputDestinationFromContentRef(String contentTag, IPentahoSession session)StringgetSystemName()voidregisterHostnameVerifier() 
 - 
 
- 
- 
Method Detail
- 
getOutputDestinationFromContentRef
IContentOutputHandler getOutputDestinationFromContentRef(String contentTag, IPentahoSession session)
 
- 
getSystemName
String getSystemName()
 
- 
createObject
@Deprecated Object createObject(String className, ILogger logger)
Deprecated. 
- 
createObject
@Deprecated Object createObject(String className)
Deprecated. 
- 
registerHostnameVerifier
void registerHostnameVerifier()
 
 - 
 
 -