Uses of Class
org.tmatesoft.svn.core.io.diff.SVNDiffWindowApplyBaton
Packages that use SVNDiffWindowApplyBaton
Package
Description
This package contains the classes necessary for such purposes as: generating
delta windows upon comparing target bytes against source ones (also may be
vs.
-
Uses of SVNDiffWindowApplyBaton in org.tmatesoft.svn.core.io.diff
Fields in org.tmatesoft.svn.core.io.diff declared as SVNDiffWindowApplyBatonMethods in org.tmatesoft.svn.core.io.diff that return SVNDiffWindowApplyBatonModifier and TypeMethodDescriptionstatic 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.Methods in org.tmatesoft.svn.core.io.diff with parameters of type SVNDiffWindowApplyBatonModifier and TypeMethodDescriptionvoid
SVNDiffWindow.apply
(SVNDiffWindowApplyBaton applyBaton) Applies this window's instructions.