org.eclipse.birt.core.framework
Interface IPlatformContext

All Known Implementing Classes:
PlatformFileContext, PlatformServletContext

public interface IPlatformContext

Defines an interface to access OSGi framework. The OSGi framewok is a folder in the disk which has following strcutre: platform /configuration/config.ini /plugins/ plugins in the framework osgi.jar


Method Summary
 java.lang.String getPlatform()
          return the folder of the platform.
 

Method Detail

getPlatform

java.lang.String getPlatform()
return the folder of the platform.

Returns:
the folder represent the root of the platform.


Copyright © 2008 Actuate Corp. All rights reserved.