Interface IPlatformAware


@Deprecated(since="3.24.4", forRemoval=true) public interface IPlatformAware
Deprecated, for removal: This API element is subject to removal in a future version.
Services which need to know the platform should implement this interface. The Platform implementation must guaranty that platform will be seted up before calling any life cycle method
Author:
POLARION SOFTWARE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Sets the platform instance for a plaform aware service
  • Method Details

    • setPlatform

      void setPlatform(IPlatform platform)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the platform instance for a plaform aware service
      Parameters:
      platform - platform instance to set