Uses of Interface
org.tmatesoft.svn.core.io.ISVNDeltaConsumer
-
-
Uses of ISVNDeltaConsumer in org.tmatesoft.svn.core
Classes in org.tmatesoft.svn.core that implement ISVNDeltaConsumer Modifier and Type Class Description classSVNAnnotationGeneratorThe SVNAnnotationGenerator class is used to annotate files - that is to place author and revision information in-line for the specified file. -
Uses of ISVNDeltaConsumer in org.tmatesoft.svn.core.internal.delta
Methods in org.tmatesoft.svn.core.internal.delta with parameters of type ISVNDeltaConsumer Modifier and Type Method Description voidSVNDeltaReader. nextWindow(byte[] data, int offset, int length, java.lang.String path, ISVNDeltaConsumer consumer)voidSVNDeltaReader. reset(java.lang.String path, ISVNDeltaConsumer consumer) -
Uses of ISVNDeltaConsumer in org.tmatesoft.svn.core.internal.io.dav
Classes in org.tmatesoft.svn.core.internal.io.dav that implement ISVNDeltaConsumer Modifier and Type Class Description (package private) classDAVCommitEditor -
Uses of ISVNDeltaConsumer in org.tmatesoft.svn.core.internal.io.dav.handlers
Fields in org.tmatesoft.svn.core.internal.io.dav.handlers declared as ISVNDeltaConsumer Modifier and Type Field Description private ISVNDeltaConsumerDAVEditorHandler. myDeltaConsumerMethods in org.tmatesoft.svn.core.internal.io.dav.handlers that return ISVNDeltaConsumer Modifier and Type Method Description protected abstract ISVNDeltaConsumerBasicDAVDeltaHandler. getDeltaConsumer()protected ISVNDeltaConsumerDAVEditorHandler. getDeltaConsumer()protected ISVNDeltaConsumerDAVFileRevisionHandler. getDeltaConsumer() -
Uses of ISVNDeltaConsumer in org.tmatesoft.svn.core.internal.io.fs
Classes in org.tmatesoft.svn.core.internal.io.fs that implement ISVNDeltaConsumer Modifier and Type Class Description classFSCommitEditorclassFSDeltaConsumerclassFSOutputStream -
Uses of ISVNDeltaConsumer in org.tmatesoft.svn.core.internal.io.svn
Classes in org.tmatesoft.svn.core.internal.io.svn that implement ISVNDeltaConsumer Modifier and Type Class Description (package private) classSVNCommitEditor -
Uses of ISVNDeltaConsumer in org.tmatesoft.svn.core.internal.util
Classes in org.tmatesoft.svn.core.internal.util that implement ISVNDeltaConsumer Modifier and Type Class Description private static classSVNMergeInfoUtil.ElideMergeInfoEditor -
Uses of ISVNDeltaConsumer in org.tmatesoft.svn.core.internal.wc
Subinterfaces of ISVNDeltaConsumer in org.tmatesoft.svn.core.internal.wc Modifier and Type Interface Description interfaceISVNReusableEditorinterfaceISVNUpdateEditorClasses in org.tmatesoft.svn.core.internal.wc that implement ISVNDeltaConsumer Modifier and Type Class Description classSVNAmbientDepthFilterEditorclassSVNCancellableEditorclassSVNDepthFilterEditorclassSVNDiffEditorclassSVNDiffStatusEditorclassSVNDumpEditorclassSVNExportEditorclassSVNNodeEditorclassSVNRemoteDiffEditorclassSVNRemoteStatusEditorclassSVNSynchronizeEditorclassSVNUpdateEditorclassSVNUpdateEditor15 -
Uses of ISVNDeltaConsumer in org.tmatesoft.svn.core.internal.wc17
Classes in org.tmatesoft.svn.core.internal.wc17 that implement ISVNDeltaConsumer Modifier and Type Class Description classSVNAmbientDepthFilterEditor17classSVNDiffEditor17classSVNRemoteStatusEditor17classSVNUpdateEditor17 -
Uses of ISVNDeltaConsumer in org.tmatesoft.svn.core.internal.wc17.db
Classes in org.tmatesoft.svn.core.internal.wc17.db that implement ISVNDeltaConsumer Modifier and Type Class Description classSvnExternalUpdateEditor -
Uses of ISVNDeltaConsumer in org.tmatesoft.svn.core.internal.wc2.ng
Classes in org.tmatesoft.svn.core.internal.wc2.ng that implement ISVNDeltaConsumer Modifier and Type Class Description classSvnDiffEditorclassSvnNgRemoteDiffEditorclassSvnNgRemoteDiffEditor2classSvnNgRemoteMergeEditorprivate classSvnNgReposToWcCopy.SVNCopyForeignEditor -
Uses of ISVNDeltaConsumer in org.tmatesoft.svn.core.io
Subinterfaces of ISVNDeltaConsumer in org.tmatesoft.svn.core.io Modifier and Type Interface Description interfaceISVNEditorThe ISVNEditor interface is used by SVNRepository to update versioned files/dirs, check out files/dirs from a repository, commit changes to a repository, take status of files/dirs, get differences between files.interfaceISVNFileRevisionHandlerThe ISVNFileRevisionHandler interface should be implemented for handling information about file revisions - that is file path, properties, revision properties against a particular revision.Classes in org.tmatesoft.svn.core.io that implement ISVNDeltaConsumer Modifier and Type Class Description (package private) classSVNFileCheckoutEditorThe SVNFileCheckoutEditor is an adapter which only handles file contents and properties during a checkout and redirects that information to itsISVNFileCheckoutTargethandler. -
Uses of ISVNDeltaConsumer in org.tmatesoft.svn.core.io.diff
Methods in org.tmatesoft.svn.core.io.diff with parameters of type ISVNDeltaConsumer Modifier and Type Method Description voidSVNDeltaGenerator. sendDelta(java.lang.String path, byte[] source, int sourceLength, long sourceOffset, byte[] target, int targetLength, ISVNDeltaConsumer consumer)Generates a series of diff windows of fixed size comparingtargetLengthof target bytes (read fromtargetstream) againstsourceLengthof source bytes (read fromsourcestream at offsetsourceOffset), and sends produced windows to the providedconsumer.voidSVNDeltaGenerator. sendDelta(java.lang.String path, byte[] target, int targetLength, ISVNDeltaConsumer consumer)Generates a series of diff windows of fixed size comparing target bytes (read fromtargetstream) against an empty file, and sends produced windows to the provided consumer.private voidSVNDeltaGenerator. sendDelta(java.lang.String path, long sourceOffset, byte[] source, int sourceLength, byte[] target, int targetLength, ISVNDeltaConsumer consumer)java.lang.StringSVNDeltaGenerator. sendDelta(java.lang.String path, java.io.InputStream source, long sourceOffset, java.io.InputStream target, ISVNDeltaConsumer consumer, boolean computeChecksum)Generates a series of diff windows of fixed size comparing target bytes (read fromtargetstream) against source bytes (read fromsourcestream), and sends produced windows to the provided consumer.java.lang.StringSVNDeltaGenerator. sendDelta(java.lang.String path, java.io.InputStream target, ISVNDeltaConsumer consumer, boolean computeChecksum)Generates a series of diff windows of fixed size comparing target bytes (fromtargetstream) against an empty file and sends produced windows to the provided consumer. -
Uses of ISVNDeltaConsumer in org.tmatesoft.svn.core.replicator
Classes in org.tmatesoft.svn.core.replicator that implement ISVNDeltaConsumer Modifier and Type Class Description classSVNReplicationEditorThe SVNReplicationEditor is an editor implementation used by a repository replicator as a bridge between an update editor for the source repository and a commit editor of the target one.
-