Package | Description |
---|---|
org.tmatesoft.svn.cli.svnlook | |
org.tmatesoft.svn.core.internal.wc2.admin | |
org.tmatesoft.svn.core.internal.wc2.compat | |
org.tmatesoft.svn.core.wc.admin |
This package provides API for administrative managing Subversion repositories on a local machine.
|
Modifier and Type | Class and Description |
---|---|
class |
SVNLookTreeCommand |
Modifier and Type | Class and Description |
---|---|
class |
SvnRepositoryGetTreeImpl |
Modifier and Type | Method and Description |
---|---|
static ISvnObjectReceiver<SVNAdminPath> |
SvnCodec.treeReceiver(ISVNTreeHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
SVNLookClient.doGetTree(File repositoryRoot,
String path,
String transactionName,
boolean includeIDs,
boolean recursive,
ISVNTreeHandler handler)
Traverses repository tree starting at the specified path in the
given transaction and invoking the provided handler on each path.
|
void |
SVNLookClient.doGetTree(File repositoryRoot,
String path,
SVNRevision revision,
boolean includeIDs,
boolean recursive,
ISVNTreeHandler handler)
Traverses repository tree starting at the specified path in the
given revision and invoking the provided handler on each path.
|
Copyright © 2022. All rights reserved.