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 |
SVNClientSynchronized.copy(CopySource[] sources,
String destPath,
String message,
boolean copyAsChild,
boolean makeParents,
boolean ignoreExternals,
Map revpropTable) |
void |
SVNClientInterface.copy(CopySource[] sources,
String destPath,
String message,
boolean copyAsChild,
boolean makeParents,
boolean ignoreExternals,
Map revpropTable)
Copy versioned paths with the history preserved.
|
void |
SVNClient.copy(CopySource[] sources,
String destPath,
String message,
boolean copyAsChild,
boolean makeParents,
boolean ignoreExternals,
Map revpropTable) |
void |
SVNClientSynchronized.copy(CopySource[] sources,
String destPath,
String message,
boolean copyAsChild,
boolean makeParents,
Map revpropTable)
Deprecated.
|
void |
SVNClientInterface.copy(CopySource[] sources,
String destPath,
String message,
boolean copyAsChild,
boolean makeParents,
Map revpropTable)
Deprecated.
|
void |
SVNClient.copy(CopySource[] sources,
String destPath,
String message,
boolean copyAsChild,
boolean makeParents,
Map revpropTable) |
Modifier and Type | Method and Description |
---|---|
void |
SVNClientImpl.copy(CopySource[] sources,
String destPath,
String message,
boolean copyAsChild,
boolean makeParents,
boolean ignoreExternals,
Map revpropTable) |
void |
SVNClientImpl.copy(CopySource[] sources,
String destPath,
String message,
boolean copyAsChild,
boolean makeParents,
Map revprops) |
Copyright © 2018. All rights reserved.