com.ibm.tivoli.maximo.report.birt.engine

Class PlatformLocation

  • java.lang.Object
    • com.ibm.tivoli.maximo.report.birt.engine.PlatformLocation


  • public class PlatformLocation
    extends java.lang.Object
    The location of the OSGi platform is set by the report web module. The cron-task code re-uses the location with different launch and configuration settings.
    • Constructor Summary

      Constructors 
      Constructor and Description
      PlatformLocation() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String getPlatformLocation() 
      static void setPlatformLocation(java.lang.String loc)
      Sets the OSGi Equinox framework platform location NOTE: This method is called by the reportWeb module and indicates the platform location to be used.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlatformLocation

        public PlatformLocation()
    • Method Detail

      • setPlatformLocation

        public static void setPlatformLocation(java.lang.String loc)
        Sets the OSGi Equinox framework platform location NOTE: This method is called by the reportWeb module and indicates the platform location to be used.
        Parameters:
        loc -
      • getPlatformLocation

        public static java.lang.String getPlatformLocation()