Package | Description |
---|---|
org.tmatesoft.svn.cli.svn | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc16 | |
org.tmatesoft.svn.core.internal.wc2.compat | |
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.
|
org.tmatesoft.svn.core.wc |
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
|
Modifier and Type | Class and Description |
---|---|
class |
SVNCommandEnvironment |
Modifier and Type | Method and Description |
---|---|
private SVNCommitInfo |
SVNCopyDriver.copyReposToRepos(java.util.List copyPairs,
boolean makeParents,
boolean isMove,
boolean pinExternals,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin,
java.lang.String message,
SVNProperties revprops,
ISVNCommitHandler commitHandler) |
private SVNCommitInfo |
SVNCopyDriver.copyWCToRepos(java.util.List copyPairs,
boolean makeParents,
java.lang.String message,
SVNProperties revprops,
ISVNCommitHandler commitHandler,
ISVNCommitParameters commitParameters,
ISVNExternalsHandler externalsHandler) |
protected SVNCommitInfo |
SVNCopyDriver.setupCopy(SVNCopySource[] sources,
SVNPath dst,
boolean isMove,
boolean makeParents,
boolean pinExternals,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin,
java.lang.String message,
SVNProperties revprops,
ISVNCommitHandler commitHandler,
ISVNCommitParameters commitParameters,
ISVNExternalsHandler externalsHandler) |
Modifier and Type | Field and Description |
---|---|
protected ISVNCommitHandler |
SVNCopyClient16.myCommitHandler |
private ISVNCommitHandler |
SVNWCClient16.myCommitHandler |
private ISVNCommitHandler |
SVNCommitClient16.myCommitHandler |
Modifier and Type | Method and Description |
---|---|
ISVNCommitHandler |
SVNCopyClient16.getCommitHandler()
Returns the specified commit handler (if set) being in use or a default
one (DefaultSVNCommitHandler) if no special implementations of
ISVNCommitHandler were previousely provided.
|
ISVNCommitHandler |
SVNWCClient16.getCommitHandler()
Returns the specified commit handler (if set) being in use or a default
one (DefaultSVNCommitHandler) if no special implementations of
ISVNCommitHandler were previousely provided.
|
ISVNCommitHandler |
SVNCommitClient16.getCommitHandler()
Returns the specified commit handler (if set) being in use or a default
one (DefaultSVNCommitHandler) if no special implementations of
ISVNCommitHandler were previously provided.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNCommitClient16.setCommitHander(ISVNCommitHandler handler)
Deprecated.
|
void |
SVNCopyClient16.setCommitHandler(ISVNCommitHandler handler)
Sets an implementation of ISVNCommitHandler to the commit handler
that will be used during commit operations to handle commit log messages.
|
void |
SVNWCClient16.setCommitHandler(ISVNCommitHandler handler)
Sets an implementation of ISVNCommitHandler to the commit handler
that will be used during commit operations to handle commit log messages.
|
void |
SVNCommitClient16.setCommitHandler(ISVNCommitHandler handler)
Sets an implementation of ISVNCommitHandler to the commit handler
that will be used during commit operations to handle commit log messages.
|
Modifier and Type | Class and Description |
---|---|
private static class |
SvnCodec.SVNCommitHandler |
Modifier and Type | Field and Description |
---|---|
private ISVNCommitHandler |
SvnCodec.SvnCommitHandlerWithFilter.targetHandler |
Modifier and Type | Method and Description |
---|---|
static ISVNCommitHandler |
SvnCodec.commitHandler(ISvnCommitHandler target) |
Modifier and Type | Method and Description |
---|---|
static ISvnCommitHandler |
SvnCodec.commitHandler(ISVNCommitHandler target) |
Constructor and Description |
---|
SvnCommitHandlerWithFilter(ISVNCommitHandler target) |
Modifier and Type | Method and Description |
---|---|
protected ISVNCommitHandler |
SVNClientImpl.createCommitMessageHandler(boolean isURLsOnly) |
protected ISVNCommitHandler |
SVNClientImpl.createCommitMessageHandler(boolean isURLsOnly,
boolean isImport) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSVNCommitHandler
This is a default implementation for ISVNCommitHandler.
|
Modifier and Type | Field and Description |
---|---|
private ISVNCommitHandler |
SVNCommitClient.commitHandler |
private ISVNCommitHandler |
SVNCopyClient.commitHandler |
private ISVNCommitHandler |
SVNWCClient.commitHandler |
Modifier and Type | Method and Description |
---|---|
ISVNCommitHandler |
SVNCommitClient.getCommitHandler()
Returns the specified commit handler (if set) being in use or a default
one (DefaultSVNCommitHandler) if no special implementations of
ISVNCommitHandler were previously provided.
|
ISVNCommitHandler |
SVNCopyClient.getCommitHandler()
Returns the specified commit handler (if set) being in use or a default
one (DefaultSVNCommitHandler) if no special implementations of
ISVNCommitHandler were previousely provided.
|
ISVNCommitHandler |
SVNWCClient.getCommitHandler()
Returns the specified commit handler (if set) being in use or a default
one (DefaultSVNCommitHandler) if no special implementations of
ISVNCommitHandler were previousely provided.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNCommitClient.setCommitHander(ISVNCommitHandler handler)
Deprecated.
|
void |
SVNCommitClient.setCommitHandler(ISVNCommitHandler handler)
Sets an implementation of ISVNCommitHandler to the commit handler
that will be used during commit operations to handle commit log messages.
|
void |
SVNCopyClient.setCommitHandler(ISVNCommitHandler handler)
Sets an implementation of ISVNCommitHandler to the commit handler
that will be used during commit operations to handle commit log messages.
|
void |
SVNWCClient.setCommitHandler(ISVNCommitHandler handler)
Sets an implementation of ISVNCommitHandler to the commit handler
that will be used during commit operations to handle commit log messages.
|