Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc17 | |
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.
|
org.tmatesoft.svn.core.wc2 |
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSVNMerger |
class |
DefaultSVNMerger |
Modifier and Type | Method and Description |
---|---|
ISVNMerger |
DefaultSVNOptions.createMerger(byte[] conflictStart,
byte[] conflictSeparator,
byte[] conflictEnd) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSvnMerger |
Modifier and Type | Method and Description |
---|---|
ISVNMerger |
ISVNMergerFactory.createMerger(byte[] conflictStart,
byte[] conflictSeparator,
byte[] conflictEnd)
Creates a new merger driver.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISvnMerger
Merge driver interface used by
SVNKit in merging operations. |
Copyright © 2019. All rights reserved.