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 Object
createObject(String className)
Deprecated.Object
createObject(String className, ILogger logger)
Deprecated.IContentOutputHandler
getOutputDestinationFromContentRef(String contentTag, IPentahoSession session)
String
getSystemName()
void
registerHostnameVerifier()
-
-
-
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()
-
-