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 |
---|---|
java.io.InputStream |
DefaultSVNDebugLogger.createLogStream(SVNLogType logType,
java.io.InputStream is) |
java.io.OutputStream |
DefaultSVNDebugLogger.createLogStream(SVNLogType logType,
java.io.OutputStream os) |
private java.util.logging.Logger |
DefaultSVNDebugLogger.getLogger(SVNLogType logType) |
private java.lang.String |
DefaultSVNDebugLogger.getMessage(SVNLogType logType,
java.lang.String originalMessage) |
void |
DefaultSVNDebugLogger.log(SVNLogType logType,
java.lang.String message,
byte[] data) |
void |
DefaultSVNDebugLogger.log(SVNLogType logType,
java.lang.String message,
java.util.logging.Level logLevel) |
void |
DefaultSVNDebugLogger.log(SVNLogType logType,
java.lang.Throwable th,
java.util.logging.Level logLevel) |
Modifier and Type | Method and Description |
---|---|
static void |
SVNErrorManager.assertionFailure(boolean isTrueCondition,
java.lang.String optionalMessage,
SVNLogType logType) |
static void |
SVNErrorManager.cancel(java.lang.String message,
java.util.logging.Level logLevel,
SVNLogType logType) |
static void |
SVNErrorManager.cancel(java.lang.String message,
SVNLogType logType) |
static void |
SVNErrorManager.error(SVNErrorMessage err,
java.util.logging.Level logLevel,
SVNLogType logType) |
static void |
SVNErrorManager.error(SVNErrorMessage err1,
SVNErrorMessage err2,
java.util.logging.Level logLevel,
SVNLogType logType) |
static void |
SVNErrorManager.error(SVNErrorMessage err1,
SVNErrorMessage err2,
SVNLogType logType) |
static void |
SVNErrorManager.error(SVNErrorMessage err1,
SVNErrorMessage err2,
java.lang.Throwable cause,
java.util.logging.Level logLevel,
SVNLogType logType) |
static void |
SVNErrorManager.error(SVNErrorMessage err1,
SVNErrorMessage err2,
java.lang.Throwable cause,
SVNLogType logType) |
static void |
SVNErrorManager.error(SVNErrorMessage err,
SVNLogType logType) |
static void |
SVNErrorManager.error(SVNErrorMessage err,
java.lang.Throwable cause,
java.util.logging.Level logLevel,
SVNLogType logType) |
static void |
SVNErrorManager.error(SVNErrorMessage err,
java.lang.Throwable cause,
SVNLogType logType) |
static java.io.InputStream |
SVNFileUtil.openFileForReading(java.io.File file,
java.util.logging.Level logLevel,
SVNLogType logType) |
static java.io.InputStream |
SVNFileUtil.openFileForReading(java.io.File file,
SVNLogType logType) |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
JavaHLCompositeLog.createLogStream(SVNLogType logType,
java.io.InputStream is) |
java.io.OutputStream |
JavaHLCompositeLog.createLogStream(SVNLogType logType,
java.io.OutputStream os) |
void |
JavaHLDebugLog.log(SVNLogType logType,
java.lang.String message,
byte[] data) |
void |
JavaHLCompositeLog.log(SVNLogType logType,
java.lang.String message,
byte[] data) |
void |
JavaHLProgressLog.log(SVNLogType logType,
java.lang.String message,
byte[] data) |
void |
JavaHLDebugLog.log(SVNLogType logType,
java.lang.String message,
java.util.logging.Level logLevel) |
void |
JavaHLCompositeLog.log(SVNLogType logType,
java.lang.String message,
java.util.logging.Level logLevel) |
void |
JavaHLProgressLog.log(SVNLogType logType,
java.lang.String message,
java.util.logging.Level logLevel) |
void |
JavaHLDebugLog.log(SVNLogType logType,
java.lang.Throwable th,
java.util.logging.Level logLevel) |
void |
JavaHLCompositeLog.log(SVNLogType logType,
java.lang.Throwable th,
java.util.logging.Level logLevel) |
void |
JavaHLProgressLog.log(SVNLogType logType,
java.lang.Throwable th,
java.util.logging.Level logLevel) |
Modifier and Type | Method and Description |
---|---|
void |
JavaHLProgressLog.log(SVNLogType logType,
java.lang.String message,
byte[] data) |
void |
JavaHLProgressLog.log(SVNLogType logType,
java.lang.String message,
java.util.logging.Level logLevel) |
void |
JavaHLProgressLog.log(SVNLogType logType,
java.lang.Throwable th,
java.util.logging.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 |
---|---|
java.io.InputStream |
ISVNDebugLog.createLogStream(SVNLogType logType,
java.io.InputStream is) |
java.io.InputStream |
SVNDebugLogAdapter.createLogStream(SVNLogType logType,
java.io.InputStream is) |
java.io.OutputStream |
ISVNDebugLog.createLogStream(SVNLogType logType,
java.io.OutputStream os) |
java.io.OutputStream |
SVNDebugLogAdapter.createLogStream(SVNLogType logType,
java.io.OutputStream os) |
void |
ISVNDebugLog.log(SVNLogType logType,
java.lang.String message,
byte[] data) |
void |
ISVNDebugLog.log(SVNLogType logType,
java.lang.String message,
java.util.logging.Level logLevel) |
void |
ISVNDebugLog.log(SVNLogType logType,
java.lang.Throwable th,
java.util.logging.Level logLevel) |
void |
ISVNDebugLog.logError(SVNLogType logType,
java.lang.String message) |
void |
SVNDebugLogAdapter.logError(SVNLogType logType,
java.lang.String message) |
void |
ISVNDebugLog.logError(SVNLogType logType,
java.lang.Throwable th) |
void |
SVNDebugLogAdapter.logError(SVNLogType logType,
java.lang.Throwable th) |
void |
ISVNDebugLog.logFine(SVNLogType logType,
java.lang.String message) |
void |
SVNDebugLogAdapter.logFine(SVNLogType logType,
java.lang.String message) |
void |
ISVNDebugLog.logFine(SVNLogType logType,
java.lang.Throwable th) |
void |
SVNDebugLogAdapter.logFine(SVNLogType logType,
java.lang.Throwable th) |
void |
ISVNDebugLog.logFiner(SVNLogType logType,
java.lang.String message) |
void |
SVNDebugLogAdapter.logFiner(SVNLogType logType,
java.lang.String message) |
void |
ISVNDebugLog.logFiner(SVNLogType logType,
java.lang.Throwable th) |
void |
SVNDebugLogAdapter.logFiner(SVNLogType logType,
java.lang.Throwable th) |
void |
ISVNDebugLog.logFinest(SVNLogType logType,
java.lang.String message) |
void |
SVNDebugLogAdapter.logFinest(SVNLogType logType,
java.lang.String message) |
void |
ISVNDebugLog.logFinest(SVNLogType logType,
java.lang.Throwable th) |
void |
SVNDebugLogAdapter.logFinest(SVNLogType logType,
java.lang.Throwable th) |
void |
ISVNDebugLog.logSevere(SVNLogType logType,
java.lang.String message) |
void |
SVNDebugLogAdapter.logSevere(SVNLogType logType,
java.lang.String message) |
void |
ISVNDebugLog.logSevere(SVNLogType logType,
java.lang.Throwable th) |
void |
SVNDebugLogAdapter.logSevere(SVNLogType logType,
java.lang.Throwable th) |