Package org.eclipse.birt.core.framework
Interface IPlatformConfig
- All Known Implementing Classes:
PlatformConfig
public interface IPlatformConfig
Defines an interface to access OSGi framework.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
the birt home defines the platform folder, the value is a string objectstatic final String
defines the launch arguments to access OSGi frameworkstatic final String
defines the configuration used to launch the OSGi frameworkstatic final String
defines the platform context object used to startup the platform.static final String
defines the temporary folder for the platform if it is difference with JVM
-
Field Details
-
BIRT_HOME
the birt home defines the platform folder, the value is a string object- See Also:
-
PLATFORM_CONTEXT
defines the platform context object used to startup the platform. the value is a instance of IPlatformContext.- See Also:
-
OSGI_ARGUMENTS
defines the launch arguments to access OSGi framework- See Also:
-
OSGI_CONFIGURATION
defines the configuration used to launch the OSGi framework- See Also:
-
TEMP_DIR
defines the temporary folder for the platform if it is difference with JVM- See Also:
-