Package com.adobe.agl.impl
Class ICUDebug
- java.lang.Object
-
- com.adobe.agl.impl.ICUDebug
-
public final class ICUDebug extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static booleanisJDK14OrHigherstatic VersionInfojavaVersionstatic StringjavaVersionString
-
Constructor Summary
Constructors Constructor Description ICUDebug()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanenabled()static booleanenabled(String arg)static VersionInfogetInstanceLenient(String s)static Stringvalue(String arg)
-
-
-
Field Detail
-
javaVersionString
public static final String javaVersionString
-
isJDK14OrHigher
public static final boolean isJDK14OrHigher
-
javaVersion
public static final VersionInfo javaVersion
-
-
Method Detail
-
getInstanceLenient
public static VersionInfo getInstanceLenient(String s)
-
enabled
public static boolean enabled()
-
enabled
public static boolean enabled(String arg)
-
-