Class ToolingModeUtil


  • @Deprecated
    public final class ToolingModeUtil
    extends java.lang.Object
    Deprecated.
    Since the 1.22 release, use the ToolingModeUtil API, instead.
    Utility class that allows to query whether segment or dmr based tooling is used.
    Since:
    1.20
    Author:
    Lucas Koehler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ENABLE_SEGMENT_TOOLING
      Deprecated.
      This flag enables the automatic generation of segments from existing DMRs.
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static boolean isSegmentToolingEnabled()
      Deprecated.
      Returns true if the -enableSegmentTooling program argument was set.
      • Methods inherited from class java.lang.Object

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

      • ENABLE_SEGMENT_TOOLING

        public static final java.lang.String ENABLE_SEGMENT_TOOLING
        Deprecated.
        This flag enables the automatic generation of segments from existing DMRs.
        See Also:
        Constant Field Values
    • Method Detail

      • isSegmentToolingEnabled

        public static boolean isSegmentToolingEnabled()
        Deprecated.
        Returns true if the -enableSegmentTooling program argument was set.
        Returns:
        true if the tooling creates segment based DMRs, or false if legacy DMRs are created