Interface VirtualizationEnv


@Contract public interface VirtualizationEnv
Provides environment settings for the virtualization/PAAS features.
Author:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the PAAS deployment is enabled.
  • Method Details

    • isPaasEnabled

      boolean isPaasEnabled()
      Returns true if the PAAS deployment is enabled.
      Returns:
      true if PAAS deployment features is configured.