- java.lang.Object
-
- com.gluonhq.attach.util.Util
-
public class Util extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static booleanDEBUGReturnstrueif the system property namedConstants.ATTACH_DEBUGexists and is equal to the string"true".
-
Constructor Summary
Constructors Constructor Description Util()
-
-
-
Field Detail
-
DEBUG
public static final boolean DEBUG
Returnstrueif the system property namedConstants.ATTACH_DEBUGexists and is equal to the string"true".
-
-