Package | Description |
---|---|
org.tmatesoft.svn.core.io.diff |
This package contains the classes necessary for such purposes as: generating
delta windows upon comparing target bytes against source ones (also may be
vs.
|
Modifier and Type | Method and Description |
---|---|
static SVNDiffWindowApplyBaton |
SVNDiffWindowApplyBaton.create(File source,
File target,
MessageDigest digest)
Creates a diff window apply baton whith source and target streams
represented by files.
|
static SVNDiffWindowApplyBaton |
SVNDiffWindowApplyBaton.create(InputStream source,
OutputStream target,
MessageDigest digest)
Creates a diff window apply baton whith initial source and target streams.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNDiffWindow.apply(SVNDiffWindowApplyBaton applyBaton)
Applies this window's instructions.
|
Copyright © 2019. All rights reserved.