public class JadxCommonEnv
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static boolean
static int
private static boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JadxCommonEnv
public JadxCommonEnv()
-
Method Details
-
get
@Nullable
public static @Nullable String get(String varName,
@Nullable
@Nullable String defValue)
-
getBool
public static boolean getBool(String varName,
boolean defValue)
-
getInt
public static int getInt(String varName,
int defValue)
-
isNullOrEmpty
private static boolean isNullOrEmpty(@Nullable
@Nullable String value)