Package com.polarion.platform.core
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 TypeMethodDescriptionvoid
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
-
Method Details
-
setPlatform
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
-