Package | Description |
---|---|
org.tmatesoft.svn.core.internal.util | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.javahl |
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
|
org.tmatesoft.svn.core.javahl17 | |
org.tmatesoft.svn.util |
Modifier and Type | Method and Description |
---|---|
InputStream |
DefaultSVNDebugLogger.createLogStream(SVNLogType logType,
InputStream is) |
OutputStream |
DefaultSVNDebugLogger.createLogStream(SVNLogType logType,
OutputStream os) |
void |
DefaultSVNDebugLogger.log(SVNLogType logType,
String message,
byte[] data) |
void |
DefaultSVNDebugLogger.log(SVNLogType logType,
String message,
Level logLevel) |
void |
DefaultSVNDebugLogger.log(SVNLogType logType,
Throwable th,
Level logLevel) |
Modifier and Type | Method and Description |
---|---|
static void |
SVNErrorManager.assertionFailure(boolean isTrueCondition,
String optionalMessage,
SVNLogType logType) |
static void |
SVNErrorManager.cancel(String message,
Level logLevel,
SVNLogType logType) |
static void |
SVNErrorManager.cancel(String message,
SVNLogType logType) |
static void |
SVNErrorManager.error(SVNErrorMessage err,
Level logLevel,
SVNLogType logType) |
static void |
SVNErrorManager.error(SVNErrorMessage err1,
SVNErrorMessage err2,
Level logLevel,
SVNLogType logType) |
static void |
SVNErrorManager.error(SVNErrorMessage err1,
SVNErrorMessage err2,
SVNLogType logType) |
static void |
SVNErrorManager.error(SVNErrorMessage err1,
SVNErrorMessage err2,
Throwable cause,
Level logLevel,
SVNLogType logType) |
static void |
SVNErrorManager.error(SVNErrorMessage err1,
SVNErrorMessage err2,
Throwable cause,
SVNLogType logType) |
static void |
SVNErrorManager.error(SVNErrorMessage err,
SVNLogType logType) |
static void |
SVNErrorManager.error(SVNErrorMessage err,
Throwable cause,
Level logLevel,
SVNLogType logType) |
static void |
SVNErrorManager.error(SVNErrorMessage err,
Throwable cause,
SVNLogType logType) |
static InputStream |
SVNFileUtil.openFileForReading(File file,
Level logLevel,
SVNLogType logType) |
static InputStream |
SVNFileUtil.openFileForReading(File file,
SVNLogType logType) |
Modifier and Type | Method and Description |
---|---|
InputStream |
JavaHLCompositeLog.createLogStream(SVNLogType logType,
InputStream is) |
OutputStream |
JavaHLCompositeLog.createLogStream(SVNLogType logType,
OutputStream os) |
void |
JavaHLDebugLog.log(SVNLogType logType,
String message,
byte[] data) |
void |
JavaHLCompositeLog.log(SVNLogType logType,
String message,
byte[] data) |
void |
JavaHLProgressLog.log(SVNLogType logType,
String message,
byte[] data) |
void |
JavaHLDebugLog.log(SVNLogType logType,
String message,
Level logLevel) |
void |
JavaHLCompositeLog.log(SVNLogType logType,
String message,
Level logLevel) |
void |
JavaHLProgressLog.log(SVNLogType logType,
String message,
Level logLevel) |
void |
JavaHLDebugLog.log(SVNLogType logType,
Throwable th,
Level logLevel) |
void |
JavaHLCompositeLog.log(SVNLogType logType,
Throwable th,
Level logLevel) |
void |
JavaHLProgressLog.log(SVNLogType logType,
Throwable th,
Level logLevel) |
Modifier and Type | Method and Description |
---|---|
void |
JavaHLProgressLog.log(SVNLogType logType,
String message,
byte[] data) |
void |
JavaHLProgressLog.log(SVNLogType logType,
String message,
Level logLevel) |
void |
JavaHLProgressLog.log(SVNLogType logType,
Throwable th,
Level logLevel) |
Modifier and Type | Field and Description |
---|---|
static SVNLogType |
SVNLogType.CLIENT |
static SVNLogType |
SVNLogType.DEFAULT |
static SVNLogType |
SVNLogType.FSFS |
static SVNLogType |
SVNLogType.NATIVE_CALL |
static SVNLogType |
SVNLogType.NETWORK |
static SVNLogType |
SVNLogType.WC |
Modifier and Type | Method and Description |
---|---|
InputStream |
SVNDebugLogAdapter.createLogStream(SVNLogType logType,
InputStream is) |
InputStream |
ISVNDebugLog.createLogStream(SVNLogType logType,
InputStream is) |
OutputStream |
SVNDebugLogAdapter.createLogStream(SVNLogType logType,
OutputStream os) |
OutputStream |
ISVNDebugLog.createLogStream(SVNLogType logType,
OutputStream os) |
void |
ISVNDebugLog.log(SVNLogType logType,
String message,
byte[] data) |
void |
ISVNDebugLog.log(SVNLogType logType,
String message,
Level logLevel) |
void |
ISVNDebugLog.log(SVNLogType logType,
Throwable th,
Level logLevel) |
void |
SVNDebugLogAdapter.logError(SVNLogType logType,
String message) |
void |
ISVNDebugLog.logError(SVNLogType logType,
String message) |
void |
SVNDebugLogAdapter.logError(SVNLogType logType,
Throwable th) |
void |
ISVNDebugLog.logError(SVNLogType logType,
Throwable th) |
void |
SVNDebugLogAdapter.logFine(SVNLogType logType,
String message) |
void |
ISVNDebugLog.logFine(SVNLogType logType,
String message) |
void |
SVNDebugLogAdapter.logFine(SVNLogType logType,
Throwable th) |
void |
ISVNDebugLog.logFine(SVNLogType logType,
Throwable th) |
void |
SVNDebugLogAdapter.logFiner(SVNLogType logType,
String message) |
void |
ISVNDebugLog.logFiner(SVNLogType logType,
String message) |
void |
SVNDebugLogAdapter.logFiner(SVNLogType logType,
Throwable th) |
void |
ISVNDebugLog.logFiner(SVNLogType logType,
Throwable th) |
void |
SVNDebugLogAdapter.logFinest(SVNLogType logType,
String message) |
void |
ISVNDebugLog.logFinest(SVNLogType logType,
String message) |
void |
SVNDebugLogAdapter.logFinest(SVNLogType logType,
Throwable th) |
void |
ISVNDebugLog.logFinest(SVNLogType logType,
Throwable th) |
void |
SVNDebugLogAdapter.logSevere(SVNLogType logType,
String message) |
void |
ISVNDebugLog.logSevere(SVNLogType logType,
String message) |
void |
SVNDebugLogAdapter.logSevere(SVNLogType logType,
Throwable th) |
void |
ISVNDebugLog.logSevere(SVNLogType logType,
Throwable th) |
Copyright © 2023. All rights reserved.