Interface IPlatformContext

  • All Known Implementing Classes:
    PlatformFileContext, PlatformServletContext

    public interface IPlatformContext
    Defines an interface to access OSGi framework. The OSGi framewok is a folder in the disk which has following strcutre: platform /configuration/config.ini /plugins/ plugins in the framework osgi.jar
    • Method Detail

      • getPlatform

        java.lang.String getPlatform()
        return the folder of the platform.
        Returns:
        the folder represent the root of the platform.