org.eclipse.birt.core.framework
Interface IPlatformConfig

All Known Implementing Classes:
PlatformConfig

public interface IPlatformConfig

Defines an interface to access OSGi framework.


Field Summary
static java.lang.String BIRT_HOME
          the birt home defines the platform folder, the value is a string object
static java.lang.String OSGI_ARGUMENTS
          defines the launch argumengs to access OSGi framework
static java.lang.String OSGI_CONFIGURATION
          defines the configuration used to launch the OSGi framework
static java.lang.String PLATFORM_CONTEXT
          defines the platform context object used to startup the platform.
 

Field Detail

BIRT_HOME

static final java.lang.String BIRT_HOME
the birt home defines the platform folder, the value is a string object

See Also:
Constant Field Values

PLATFORM_CONTEXT

static final java.lang.String PLATFORM_CONTEXT
defines the platform context object used to startup the platform. the value is a instance of IPlatformContext.

See Also:
Constant Field Values

OSGI_ARGUMENTS

static final java.lang.String OSGI_ARGUMENTS
defines the launch argumengs to access OSGi framework

See Also:
Constant Field Values

OSGI_CONFIGURATION

static final java.lang.String OSGI_CONFIGURATION
defines the configuration used to launch the OSGi framework

See Also:
Constant Field Values


Copyright © 2008 Actuate Corp. All rights reserved.