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 |
---|---|
static DirEntry |
JavaHLObjectFactory.createDirEntry(SVNDirEntry dirEntry) |
DirEntry[] |
SVNClientSynchronized.list(String url,
Revision revision,
boolean recurse)
Deprecated.
|
DirEntry[] |
SVNClientInterface.list(String url,
Revision revision,
boolean recurse)
Deprecated.
|
DirEntry[] |
SVNClient.list(String url,
Revision revision,
boolean recurse) |
DirEntry[] |
SVNClientSynchronized.list(String url,
Revision revision,
Revision pegRevision,
boolean recurse)
Deprecated.
|
DirEntry[] |
SVNClientInterface.list(String url,
Revision revision,
Revision pegRevision,
boolean recurse)
Deprecated.
|
DirEntry[] |
SVNClient.list(String url,
Revision revision,
Revision pegRevision,
boolean recurse) |
Modifier and Type | Method and Description |
---|---|
void |
ListCallback.doEntry(DirEntry dirent,
Lock lock)
This method will be called for each directory entry.
|
Modifier and Type | Method and Description |
---|---|
DirEntry[] |
SVNClientImpl.list(String url,
Revision revision,
boolean recurse) |
DirEntry[] |
SVNClientImpl.list(String url,
Revision revision,
Revision pegRevision,
boolean recurse) |
Copyright © 2023. All rights reserved.