Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPlatform()
return the folder of the platform.
-