Class DFConfiguration


  • public final class DFConfiguration
    extends java.lang.Object
    This class exists, because sometimes it is needed to get specific high level information about DIF. Using of this class should be less as possible! Use it only if you don't have any other option. In the future, it is possible, that DIF will be configurable and this class will be removed!
    Author:
    Jan Dufek
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isConnectBackendMode()
      Gets information if the DIF runs below Connect Backend or not.
      • Methods inherited from class java.lang.Object

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

      • CONNECT_BACKEND_MODE_CONF_STRING

        public static java.lang.String CONNECT_BACKEND_MODE_CONF_STRING
    • Method Detail

      • isConnectBackendMode

        public static boolean isConnectBackendMode()
        Gets information if the DIF runs below Connect Backend or not.
        Returns:
        true - Connect Backend, false - IJC