Package com.im.ijcs.api
Class DFConfiguration
- java.lang.Object
-
- com.im.ijcs.api.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
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONNECT_BACKEND_MODE_CONF_STRING
-
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.
-