Uses of Interface
org.tmatesoft.svn.core.io.ISVNEditor
-
Packages that use ISVNEditor Package Description org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.dav.handlers org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level.org.tmatesoft.svn.core.replicator This package provides classes that allow to replicate existing repositories.org.tmatesoft.svn.core.wc.admin This package provides API for administrative managing Subversion repositories on a local machine. -
-
Uses of ISVNEditor in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav that return ISVNEditor Modifier and Type Method Description ISVNEditorDAVRepository. getCommitEditor(java.lang.String logMessage, java.util.Map locks, boolean keepLocks, ISVNWorkspaceMediator mediator)protected ISVNEditorDAVRepository. getCommitEditorInternal(java.util.Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator)Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type ISVNEditor Modifier and Type Method Description voidDAVRepository. diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor)voidDAVRepository. replay(long lowRevision, long highRevision, boolean sendDeltas, ISVNEditor editor)static voidDAVUtil. setSpecialWCProperties(ISVNEditor editor, boolean isDir, java.lang.String path, DAVElement property, SVNPropertyValue propValue)voidDAVRepository. status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor)voidDAVRepository. update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor)voidDAVRepository. update(SVNURL url, long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor) -
Uses of ISVNEditor in org.tmatesoft.svn.core.internal.io.dav.handlers
Fields in org.tmatesoft.svn.core.internal.io.dav.handlers declared as ISVNEditor Modifier and Type Field Description protected ISVNEditorDAVEditorHandler. myEditorConstructors in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type ISVNEditor Constructor Description DAVEditorHandler(IHTTPConnectionFactory connectionFactory, DAVRepository owner, ISVNEditor editor, java.util.Map lockTokens, boolean fetchContent, boolean hasTarget, ISVNWorkingCopyContentMediator workingCopyContentMediator)DAVReplayHandler(ISVNEditor editor, boolean fetchContent) -
Uses of ISVNEditor in org.tmatesoft.svn.core.internal.io.fs
Classes in org.tmatesoft.svn.core.internal.io.fs that implement ISVNEditor Modifier and Type Class Description classFSCommitEditorMethods in org.tmatesoft.svn.core.internal.io.fs that return ISVNEditor Modifier and Type Method Description ISVNEditorFSRepository. getCommitEditor(java.lang.String logMessage, java.util.Map locks, boolean keepLocks, ISVNWorkspaceMediator mediator)protected ISVNEditorFSRepository. getCommitEditorInternal(java.util.Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator)Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNEditor Modifier and Type Method Description FSTranslateReporterFSRepository. beginReport(long revision, SVNURL url, java.lang.String target, boolean ignoreAncestry, boolean sendTextDeltas, boolean sendCopyFromArgs, SVNDepth depth, ISVNEditor editor)voidFSRepository. diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor)booleanFSReplayPathHandler. handleCommitPath(java.lang.String path, ISVNEditor editor)voidFSRepository. replay(long lowRevision, long highRevision, boolean sendDeltas, ISVNEditor editor)static voidFSRepositoryUtil. replay(FSFS fsfs, FSRoot root, java.lang.String basePath, long lowRevision, boolean sendDeltas, ISVNEditor editor)voidFSUpdateContext. reset(FSRepository repository, FSFS owner, long revision, java.io.File reportFile, java.lang.String target, java.lang.String targetPath, boolean isSwitch, SVNDepth depth, boolean ignoreAncestry, boolean textDeltas, boolean sendCopyFrom, ISVNEditor editor)static voidFSRepositoryUtil. sendTextDelta(ISVNEditor editor, java.lang.String editPath, java.lang.String sourcePath, java.lang.String hexDigest, FSRevisionRoot sourceRoot, java.lang.String targetPath, FSRoot targetRoot, boolean sendDeltas, SVNDeltaCombiner deltaCombiner, SVNDeltaGenerator deltaGenerator, FSFS fsfs)voidFSRepository. status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor)voidFSRepository. update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor)voidFSRepository. update(SVNURL url, long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor)Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNEditor Constructor Description FSUpdateContext(FSRepository repository, FSFS owner, long revision, java.io.File reportFile, java.lang.String target, java.lang.String targetPath, boolean isSwitch, SVNDepth depth, boolean ignoreAncestry, boolean textDeltas, boolean sendCopyFromArgs, ISVNEditor editor) -
Uses of ISVNEditor in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn that return ISVNEditor Modifier and Type Method Description ISVNEditorSVNRepositoryImpl. getCommitEditor(java.lang.String logMessage, java.util.Map locks, boolean keepLocks, ISVNWorkspaceMediator mediator)protected ISVNEditorSVNRepositoryImpl. getCommitEditorInternal(java.util.Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator)Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type ISVNEditor Modifier and Type Method Description voidSVNRepositoryImpl. diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor)voidSVNRepositoryImpl. replay(long lowRevision, long highRevision, boolean sendDeltas, ISVNEditor editor)voidSVNRepositoryImpl. status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor)voidSVNRepositoryImpl. update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor)voidSVNRepositoryImpl. update(SVNURL url, long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor)Constructors in org.tmatesoft.svn.core.internal.io.svn with parameters of type ISVNEditor Constructor Description SVNEditModeReader(SVNConnection connection, ISVNEditor editor, boolean forReplay) -
Uses of ISVNEditor in org.tmatesoft.svn.core.internal.wc
Subinterfaces of ISVNEditor in org.tmatesoft.svn.core.internal.wc Modifier and Type Interface Description interfaceISVNReusableEditorinterfaceISVNUpdateEditorClasses in org.tmatesoft.svn.core.internal.wc that implement ISVNEditor Modifier and Type Class Description classSVNAmbientDepthFilterEditorclassSVNCancellableEditorclassSVNDepthFilterEditorclassSVNDiffEditorclassSVNDiffStatusEditorclassSVNDumpEditorclassSVNExportEditorclassSVNNodeEditorclassSVNRemoteDiffEditorclassSVNRemoteStatusEditorclassSVNSynchronizeEditorclassSVNUpdateEditorclassSVNUpdateEditor15Methods in org.tmatesoft.svn.core.internal.wc that return ISVNEditor Modifier and Type Method Description static ISVNEditorSVNDepthFilterEditor. getDepthFilterEditor(SVNDepth requestedDepth, ISVNEditor delegate, boolean hasTarget)static ISVNEditorSVNCancellableEditor. newInstance(ISVNEditor editor, ISVNCanceller cancel, ISVNDebugLog log)static ISVNEditorSVNAmbientDepthFilterEditor. wrap(ISVNEditor editor, SVNAdminAreaInfo info, boolean depthIsSticky)Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNEditor Modifier and Type Method Description static SVNCommitInfoSVNCommitter. commit(java.util.Collection tmpFiles, java.util.Map commitItems, SVNURL url, ISVNEditor commitEditor, ISVNEventHandler eventHandler)static voidSVNAdminHelper. deltifyDir(FSFS fsfs, FSRevisionRoot srcRoot, java.lang.String srcParentDir, java.lang.String srcEntry, FSRevisionRoot tgtRoot, java.lang.String tgtFullPath, ISVNEditor editor)static voidSVNCommitUtil. driveCommitEditor(ISVNCommitPathHandler handler, java.util.Collection paths, ISVNEditor editor, long revision)static ISVNEditorSVNDepthFilterEditor. getDepthFilterEditor(SVNDepth requestedDepth, ISVNEditor delegate, boolean hasTarget)booleanISVNCommitPathHandler. handleCommitPath(java.lang.String commitPath, ISVNEditor commitEditor)booleanSVNCommitter. handleCommitPath(java.lang.String commitPath, ISVNEditor commitEditor)static ISVNEditorSVNCancellableEditor. newInstance(ISVNEditor editor, ISVNCanceller cancel, ISVNDebugLog log)voidSVNCommitter. sendTextDeltas(ISVNEditor editor)voidSVNAdminDeltifier. setEditor(ISVNEditor editor)static ISVNEditorSVNAmbientDepthFilterEditor. wrap(ISVNEditor editor, SVNAdminAreaInfo info, boolean depthIsSticky)Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNEditor Constructor Description SVNAdminDeltifier(FSFS fsfs, SVNDepth depth, boolean includeEntryProperties, boolean ignoreAncestry, boolean sendTextDeltas, ISVNEditor editor) -
Uses of ISVNEditor in org.tmatesoft.svn.core.internal.wc17
Classes in org.tmatesoft.svn.core.internal.wc17 that implement ISVNEditor Modifier and Type Class Description classSVNAmbientDepthFilterEditor17classSVNDiffEditor17classSVNRemoteStatusEditor17classSVNUpdateEditor17Methods in org.tmatesoft.svn.core.internal.wc17 that return ISVNEditor Modifier and Type Method Description static ISVNEditorSVNAmbientDepthFilterEditor17. wrap(SVNWCContext wcContext, java.io.File anchor, java.lang.String target, ISVNUpdateEditor editor, boolean depthIsSticky)Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNEditor Modifier and Type Method Description static SVNCommitInfoSVNCommitter17. commit(SVNWCContext context, java.util.Collection<java.io.File> tmpFiles, java.util.Map<java.lang.String,SvnCommitItem> committables, SVNURL repositoryRoot, ISVNEditor commitEditor, java.util.Map<java.io.File,SvnChecksum> md5Checksums, java.util.Map<java.io.File,SvnChecksum> sha1Checksums)booleanSVNCommitter17. handleCommitPath(java.lang.String commitPath, ISVNEditor commitEditor)voidSVNCommitter17. sendTextDeltas(ISVNEditor editor) -
Uses of ISVNEditor in org.tmatesoft.svn.core.internal.wc17.db
Classes in org.tmatesoft.svn.core.internal.wc17.db that implement ISVNEditor Modifier and Type Class Description classSvnExternalUpdateEditor -
Uses of ISVNEditor in org.tmatesoft.svn.core.internal.wc2.ng
Classes in org.tmatesoft.svn.core.internal.wc2.ng that implement ISVNEditor Modifier and Type Class Description classSvnDiffEditorclassSvnNgRemoteDiffEditorclassSvnNgRemoteDiffEditor2classSvnNgRemoteMergeEditor -
Uses of ISVNEditor in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io that return ISVNEditor Modifier and Type Method Description abstract ISVNEditorSVNRepository. getCommitEditor(java.lang.String logMessage, java.util.Map locks, boolean keepLocks, ISVNWorkspaceMediator mediator)Gets an editor for committing changes to a repository.ISVNEditorSVNRepository. getCommitEditor(java.lang.String logMessage, java.util.Map locks, boolean keepLocks, SVNProperties revisionProperties, ISVNWorkspaceMediator mediator)Returns an editor for committing changes to the repository ession, setting the revision properties fromrevisionPropertiestable.ISVNEditorSVNRepository. getCommitEditor(java.lang.String logMessage, ISVNWorkspaceMediator mediator)Gets an editor for committing changes to a repository.protected abstract ISVNEditorSVNRepository. getCommitEditorInternal(java.util.Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator)ISVNEditorISVNReplayHandler. handleStartRevision(long revision, SVNProperties revisionProperties)Handles the start of replaying a next revision and returns an editor through which the revision will be replayed.Methods in org.tmatesoft.svn.core.io with parameters of type ISVNEditor Modifier and Type Method Description voidSVNRepository. checkout(long revision, java.lang.String target, boolean recursive, ISVNEditor editor)Checks out a directory from a repository.voidSVNRepository. checkout(long revision, java.lang.String target, SVNDepth depth, ISVNEditor editor)Checks out a directory from a repository to definedepth.voidSVNRepository. diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, boolean recursive, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor)voidSVNRepository. diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor)abstract voidSVNRepository. diff(SVNURL url, long targetRevision, long revision, java.lang.String target, boolean ignoreAncestry, SVNDepth depth, boolean getContents, ISVNReporterBaton reporter, ISVNEditor editor)Asks this repository access object to 'diff' a working copy againsttargetRevision.voidSVNRepository. diff(SVNURL url, long revision, java.lang.String target, boolean ignoreAncestry, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor)voidISVNReplayHandler. handleEndRevision(long revision, SVNProperties revisionProperties, ISVNEditor editor)Handles the end of replaying a next revision.abstract voidSVNRepository. replay(long lowRevision, long revision, boolean sendDeltas, ISVNEditor editor)Replays the changes from the specified revision through the given editor.voidSVNRepository. status(long revision, java.lang.String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor)Gets status of a path.abstract voidSVNRepository. status(long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor)Gets status of a path to the particulardepthas a scope.voidSVNRepository. update(long revision, java.lang.String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor)Updates a path receiving changes from a repository.abstract voidSVNRepository. update(long revision, java.lang.String target, SVNDepth depth, boolean sendCopyFromArgs, ISVNReporterBaton reporter, ISVNEditor editor)Updates a path receiving changes from a repository.voidSVNRepository. update(SVNURL url, long revision, java.lang.String target, boolean recursive, ISVNReporterBaton reporter, ISVNEditor editor)Deprecated.abstract voidSVNRepository. update(SVNURL url, long revision, java.lang.String target, SVNDepth depth, ISVNReporterBaton reporter, ISVNEditor editor)Asks this repository access object to 'switch' a versioned tree to a newurl. -
Uses of ISVNEditor in org.tmatesoft.svn.core.replicator
Classes in org.tmatesoft.svn.core.replicator that implement ISVNEditor 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.Constructors in org.tmatesoft.svn.core.replicator with parameters of type ISVNEditor Constructor Description SVNReplicationEditor(SVNRepository repository, ISVNEditor commitEditor, SVNLogEntry revision)Creates a new replication editor. -
Uses of ISVNEditor in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin that return ISVNEditor Modifier and Type Method Description ISVNEditorSVNReplayHandler. handleStartRevision(long revision, SVNProperties revisionProperties)Methods in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNEditor Modifier and Type Method Description voidSVNReplayHandler. handleEndRevision(long revision, SVNProperties revisionProperties, ISVNEditor editor)
-