Method and Description |
---|
com.couchbase.lite.BasicAuthenticator.getPassword()
Use
getPasswordChars(char[]) |
com.couchbase.lite.LogLevel.getValue()
not a useful value
|
com.couchbase.lite.AbstractReplicator.resetCheckpoint()
Use
start(boolean resetCheckpoint) instead. |
Constructor and Description |
---|
com.couchbase.lite.BasicAuthenticator(String, String)
Use
BasicAuthenticator(String, char[]) |
com.couchbase.lite.CouchbaseLiteException(CBLInternalException)
Must supply an error message
|
com.couchbase.lite.CouchbaseLiteException(Exception)
Must supply an error message
|
com.couchbase.lite.CouchbaseLiteException(String, int)
Must supply an error message
|
com.couchbase.lite.CouchbaseLiteException(String, int, Exception)
Must supply an error message
|
com.couchbase.lite.CouchbaseLiteException(String, int, Map<String, Object>)
Must supply an error message
|
Enum Constant and Description |
---|
com.couchbase.lite.LogDomain.ALL
Use the EnumSet
LogDomain.ALL_DOMAINS |