java.lang.Object
io.opentelemetry.instrumentation.api.internal.ConfigPropertiesUtil
public final class ConfigPropertiesUtil
extends Object
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Method Summary
static boolean
static int
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getBoolean
public static boolean getBoolean(String propertyName,
boolean defaultValue)
-
getInt
public static int getInt(String propertyName,
int defaultValue)
-
-