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