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 SVNDiffWindowApplyBatonSVNDeltaProcessor. myApplyBatonMethods in org.tmatesoft.svn.core.io.diff that return SVNDiffWindowApplyBaton Modifier and Type Method Description static SVNDiffWindowApplyBatonSVNDiffWindowApplyBaton. 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 SVNDiffWindowApplyBatonSVNDiffWindowApplyBaton. 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 voidSVNDiffWindow. apply(SVNDiffWindowApplyBaton applyBaton)Applies this window's instructions.
-