Interface IPlatformConfig

  • All Known Implementing Classes:
    PlatformConfig

    public interface IPlatformConfig
    Defines an interface to access OSGi framework.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      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 arguments 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.
      static java.lang.String TEMP_DIR
      defines the temporary folder for the platform if it is difference with JVM
    • 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 arguments 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
      • TEMP_DIR

        static final java.lang.String TEMP_DIR
        defines the temporary folder for the platform if it is difference with JVM
        See Also:
        Constant Field Values