Package org.eclipse.birt.core.framework
Class PlatformLauncher
- java.lang.Object
-
- org.eclipse.birt.core.framework.PlatformLauncher
-
- Direct Known Subclasses:
OSGILauncher
public abstract class PlatformLauncher extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PlatformLauncher()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
shutdown()
abstract void
startup(PlatformConfig config)
-
-
-
Method Detail
-
startup
public abstract void startup(PlatformConfig config) throws FrameworkException
- Throws:
FrameworkException
-
shutdown
public abstract void shutdown()
-
-