Uses of Class
org.tmatesoft.svn.core.io.diff.SVNDiffWindowApplyBaton
-
Packages that use SVNDiffWindowApplyBaton 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. -
-
Uses of SVNDiffWindowApplyBaton in org.tmatesoft.svn.core.io.diff
Fields in org.tmatesoft.svn.core.io.diff declared as SVNDiffWindowApplyBaton Modifier and Type Field Description private SVNDiffWindowApplyBaton
SVNDeltaProcessor. myApplyBaton
Methods in org.tmatesoft.svn.core.io.diff that return SVNDiffWindowApplyBaton Modifier and Type Method Description static SVNDiffWindowApplyBaton
SVNDiffWindowApplyBaton. create(java.io.File source, java.io.File target, java.security.MessageDigest digest)
Creates a diff window apply baton whith source and target streams represented by files.static SVNDiffWindowApplyBaton
SVNDiffWindowApplyBaton. create(java.io.InputStream source, java.io.OutputStream target, java.security.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 SVNDiffWindowApplyBaton Modifier and Type Method Description void
SVNDiffWindow. apply(SVNDiffWindowApplyBaton applyBaton)
Applies this window's instructions.
-