Package | Description |
---|---|
org.apache.subversion.javahl | |
org.tmatesoft.svn.core.javahl17 |
Modifier and Type | Method and Description |
---|---|
void |
ISVNClient.list(java.lang.String url,
Revision revision,
Revision pegRevision,
Depth depth,
int direntFields,
boolean fetchLocks,
ListCallback callback)
Lists the directory entries of a url on the server.
|
void |
SVNClient.list(java.lang.String url,
Revision revision,
Revision pegRevision,
Depth depth,
int direntFields,
boolean fetchLocks,
ListCallback callback) |
Modifier and Type | Method and Description |
---|---|
private ISvnObjectReceiver<SVNDirEntry> |
SVNClientImpl.getDirEntryReceiver(ListCallback callback) |
void |
SVNClientImpl.list(java.lang.String url,
Revision revision,
Revision pegRevision,
Depth depth,
int direntFields,
boolean fetchLocks,
ListCallback callback) |