Class Constants


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

      Fields 
      Modifier and Type Field Description
      static java.lang.String ATTACH_DEBUG
      Constant that can be set as system property with value "true" to increase the verbosity of the Attach services logging while development.
    • Constructor Summary

      Constructors 
      Constructor Description
      Constants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ATTACH_DEBUG

        public static final java.lang.String ATTACH_DEBUG
        Constant that can be set as system property with value "true" to increase the verbosity of the Attach services logging while development.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Constants

        public Constants()