Class Util


  • public class Util
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean DEBUG
      Returns true if the system property named Constants.ATTACH_DEBUG exists and is equal to the string "true".
    • Constructor Summary

      Constructors 
      Constructor Description
      Util()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DEBUG

        public static final boolean DEBUG
        Returns true if the system property named Constants.ATTACH_DEBUG exists and is equal to the string "true".
    • Constructor Detail

      • Util

        public Util()