Package | Description |
---|---|
org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNClientSynchronized.setProgressListener(ProgressListener listener) |
void |
SVNClientInterface.setProgressListener(ProgressListener listener)
Set the progress callback.
|
void |
SVNClient.setProgressListener(ProgressListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
SVNClientImpl.setProgressListener(ProgressListener listener) |
Constructor and Description |
---|
JavaHLProgressLog(ProgressListener progressListener) |
Copyright © 2022. All rights reserved.