Uses of Class
org.eclipse.birt.core.framework.PlatformConfig
Packages that use PlatformConfig
Package
Description
Defines the platform interfaces that allow BIRT to be run in Eclipse and
server environments.
-
Uses of PlatformConfig in org.eclipse.birt.core.framework
Fields in org.eclipse.birt.core.framework declared as PlatformConfigMethods in org.eclipse.birt.core.framework with parameters of type PlatformConfigModifier and TypeMethodDescriptionprotected static PlatformLauncher
Platform.createPlatformLauncher
(PlatformConfig config) static void
Platform.initialize
(PlatformConfig config) Deprecated.since BIRT 2.1static void
Platform.startup
(PlatformConfig config) startup the platform.abstract void
PlatformLauncher.startup
(PlatformConfig config) Constructors in org.eclipse.birt.core.framework with parameters of type PlatformConfigModifierConstructorDescriptionPlatformFileContext
(PlatformConfig config) PlatformFileContext Constructor( String , IPlatformConfig ) -
Uses of PlatformConfig in org.eclipse.birt.core.framework.osgi
Methods in org.eclipse.birt.core.framework.osgi with parameters of type PlatformConfig