| Package | Description |
|---|---|
| org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static CopySource |
JavaHLObjectFactory.createCopySource(SVNLocationEntry location) |
| Modifier and Type | Method and Description |
|---|---|
void |
SVNClient.copy(CopySource[] sources,
java.lang.String destPath,
java.lang.String message,
boolean copyAsChild,
boolean makeParents,
boolean ignoreExternals,
java.util.Map revpropTable) |
void |
SVNClientSynchronized.copy(CopySource[] sources,
java.lang.String destPath,
java.lang.String message,
boolean copyAsChild,
boolean makeParents,
boolean ignoreExternals,
java.util.Map revpropTable) |
void |
SVNClientInterface.copy(CopySource[] sources,
java.lang.String destPath,
java.lang.String message,
boolean copyAsChild,
boolean makeParents,
boolean ignoreExternals,
java.util.Map revpropTable)
Copy versioned paths with the history preserved.
|
void |
SVNClient.copy(CopySource[] sources,
java.lang.String destPath,
java.lang.String message,
boolean copyAsChild,
boolean makeParents,
java.util.Map revpropTable) |
void |
SVNClientSynchronized.copy(CopySource[] sources,
java.lang.String destPath,
java.lang.String message,
boolean copyAsChild,
boolean makeParents,
java.util.Map revpropTable)
Deprecated.
|
void |
SVNClientInterface.copy(CopySource[] sources,
java.lang.String destPath,
java.lang.String message,
boolean copyAsChild,
boolean makeParents,
java.util.Map revpropTable)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SVNClientImpl.copy(CopySource[] sources,
java.lang.String destPath,
java.lang.String message,
boolean copyAsChild,
boolean makeParents,
boolean ignoreExternals,
java.util.Map revpropTable) |
void |
SVNClientImpl.copy(CopySource[] sources,
java.lang.String destPath,
java.lang.String message,
boolean copyAsChild,
boolean makeParents,
java.util.Map revprops) |
private SVNCopySource[] |
SVNClientImpl.getCopySources(CopySource[] srcs,
boolean copyAsChild) |