Package com.couchbase.lite.internal.core
Class C4Base
- java.lang.Object
-
- com.couchbase.lite.internal.core.C4Base
-
public final class C4Base extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
debug(boolean debugging)
static String
getMessage(int domain, int code, int internalInfo)
static void
setTempDir(String tempDir)
-
-
-
Method Detail
-
debug
public static void debug(boolean debugging)
-
setTempDir
public static void setTempDir(String tempDir) throws LiteCoreException
- Throws:
LiteCoreException
-
getMessage
@Nullable public static String getMessage(int domain, int code, int internalInfo)
-
-