Package | Description |
---|---|
org.tmatesoft.svn.cli.svnlook | |
org.tmatesoft.svn.core.internal.wc | |
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 |
SVNLookDirsChangedCommand |
Modifier and Type | Method and Description |
---|---|
void |
SVNNodeEditor.traverseChangedDirs(ISVNChangedDirectoriesHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
SvnRepositoryGetChangedDirectoriesImpl |
Modifier and Type | Method and Description |
---|---|
static ISvnObjectReceiver<String> |
SvnCodec.changedDirectoriesReceiver(ISVNChangedDirectoriesHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
SVNLookClient.doGetChangedDirectories(File repositoryRoot,
String transactionName,
ISVNChangedDirectoriesHandler handler)
Passes paths of directories changed in the given transaction to the provided handler.
|
void |
SVNLookClient.doGetChangedDirectories(File repositoryRoot,
SVNRevision revision,
ISVNChangedDirectoriesHandler handler)
Passes paths of directories changed in the given revision to the provided handler.
|
Copyright © 2024. All rights reserved.