Package ch.qos.logback.core.util
Class EnvUtil
- java.lang.Object
 - 
- ch.qos.logback.core.util.EnvUtil
 
 
- 
@Deprecated(since="2022-01-27") public class EnvUtil extends java.lang.ObjectDeprecated.This internal logback API is not supported by AEM as a Cloud Service. 
- 
- 
Constructor Summary
Constructors Constructor Description EnvUtil()Deprecated. 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleanisJaninoAvailable()Deprecated.static booleanisJDK5()Deprecated.static booleanisJDK6OrHigher()Deprecated.static booleanisJDK7OrHigher()Deprecated.static booleanisWindows()Deprecated. 
 - 
 
- 
- 
Method Detail
- 
isJDK5
public static boolean isJDK5()
Deprecated. 
- 
isJDK6OrHigher
public static boolean isJDK6OrHigher()
Deprecated. 
- 
isJDK7OrHigher
public static boolean isJDK7OrHigher()
Deprecated. 
- 
isJaninoAvailable
public static boolean isJaninoAvailable()
Deprecated. 
- 
isWindows
public static boolean isWindows()
Deprecated. 
 - 
 
 -