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) |
private void |
SVNNodeEditor.traverseChangedDirsImpl(SVNNodeEditor.Node node,
java.lang.String path,
ISVNChangedDirectoriesHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
SvnRepositoryGetChangedDirectoriesImpl |
Modifier and Type | Method and Description |
---|---|
static ISvnObjectReceiver<java.lang.String> |
SvnCodec.changedDirectoriesReceiver(ISVNChangedDirectoriesHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
SVNLookClient.doGetChangedDirectories(java.io.File repositoryRoot,
java.lang.String transactionName,
ISVNChangedDirectoriesHandler handler)
Passes paths of directories changed in the given transaction to the provided handler.
|
void |
SVNLookClient.doGetChangedDirectories(java.io.File repositoryRoot,
SVNRevision revision,
ISVNChangedDirectoriesHandler handler)
Passes paths of directories changed in the given revision to the provided handler.
|