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.notification(Notify notify)
Deprecated.
Use
SVNClientSynchronized.notification2(Notify2) instead. |
void |
SVNClientInterface.notification(Notify notify)
Deprecated.
Use
SVNClientInterface.notification2(Notify2) instead. |
void |
SVNClient.notification(Notify notify)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Notify |
SVNClientImpl.getNotify()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNClientImpl.notification(Notify notify)
Deprecated.
|
Copyright © 2022. All rights reserved.