public final class DependencyUtils extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isGuavaAvailable()
Check if Guava is available on the classpath.
|
static boolean |
isLog4j2Available()
Check if log4j2 is available on the classpath.
|
static boolean |
isLog4jAvailable()
Check if log4j is available on the classpath.
|
static boolean |
isSlf4jAvailable()
Check if slf4j is available on the classpath.
|
public static boolean isGuavaAvailable()
true
if guava is available, false
otherwise.public static boolean isSlf4jAvailable()
true
if slf4j is available, false
otherwise.public static boolean isLog4jAvailable()
true
if log4j is available, false
otherwise.public static boolean isLog4j2Available()
true
if log4j2 is available, false
otherwise.Copyright © 2019. All rights reserved.