Uses of Class
org.tmatesoft.svn.core.wc2.SvnChecksum
-
Packages that use SvnChecksum Package Description org.tmatesoft.svn.core.internal.db org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.internal.wc2.old 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.javahl17 org.tmatesoft.svn.core.wc2 NEW: this package contains command-style API to perform most of Subversion operations on the level of abstraction similar to that of the command line client. -
-
Uses of SvnChecksum in org.tmatesoft.svn.core.internal.db
Methods in org.tmatesoft.svn.core.internal.db with parameters of type SvnChecksum Modifier and Type Method Description voidSVNSqlJetStatement. bindChecksum(int i, SvnChecksum checksum)voidSVNSqlJetUnionStatement. bindChecksum(int i, SvnChecksum checksum) -
Uses of SvnChecksum in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SvnChecksum Modifier and Type Field Description (package private) SvnChecksumSVNTreeConflictEditor.WorkingNodeVersion. checksum(package private) SvnChecksumSVNUpdateEditor17.FileBaton. expectedSourceChecksumSvnChecksumSVNCommitter17.TransmittedChecksums. md5Checksumprivate SvnChecksumSVNUpdateEditor17.FileBaton. newTextBaseMd5Checksumprivate SvnChecksumSVNUpdateEditor17.FileBaton. newTextBaseSha1ChecksumSvnChecksumSVNUpdateEditor17.FileBaton. newTextBaseSHA1Checksumprivate SvnChecksumSVNUpdateEditor17.FileBaton. originalChecksumSvnChecksumSVNCommitter17.TransmittedChecksums. sha1ChecksumFields in org.tmatesoft.svn.core.internal.wc17 with type parameters of type SvnChecksum Modifier and Type Field Description private java.util.Map<java.io.File,SvnChecksum>SVNCommitter17. myMd5Checksumsprivate java.util.Map<java.io.File,SvnChecksum>SVNCommitter17. mySha1ChecksumsMethods in org.tmatesoft.svn.core.internal.wc17 that return SvnChecksum Modifier and Type Method Description SvnChecksumSVNWCContext.WritableBaseInfo. getMD5Checksum()SvnChecksumSVNWCContext.WritableBaseInfo. getSHA1Checksum()Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SvnChecksum Modifier and Type Method Description voidISVNEditor2. addFile(java.lang.String path, SvnChecksum checksum, java.io.InputStream contents, SVNProperties props, long replacesRev)voidSVNTreeConflictEditor. addFile(java.lang.String path, SvnChecksum checksum, java.io.InputStream contents, SVNProperties props, long replacesRev)voidISVNEditor2. alterFile(java.lang.String path, long revision, SVNProperties props, SvnChecksum checksum, java.io.InputStream newContents)voidSVNTreeConflictEditor. alterFile(java.lang.String path, long expectedMoveDstRevision, SVNProperties newProps, SvnChecksum newChecksum, java.io.InputStream newContents)static SVNWCContext.MergeInfoSVNUpdateEditor17. performFileMerge(SVNWCContext.MergeInfo mergeInfo, SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, SvnChecksum newChecksum, SvnChecksum originalChecksum, SVNProperties actualProperties, java.lang.String[] extPatterns, long oldRevision, long targetRevision, SVNProperties propChanges) -
Uses of SvnChecksum in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as SvnChecksum Modifier and Type Field Description SvnChecksumISVNWCDb.NodeInstallInfo. checksumSvnChecksumISVNWCDb.WCDbBaseInfo. checksumSvnChecksumISVNWCDb.WCDbInfo. checksumSvnChecksumSVNWCDb.InsertBase. checksumSvnChecksumSVNWCDb.InsertWorking. checksumSvnChecksumSVNWCDb.UpdateMovedAwayNodeInfo. checksumSvnChecksumSVNWCDb.Commit. newChecksumprivate SvnChecksumSvnExternalUpdateEditor. newMd5Checksumprivate SvnChecksumSvnExternalUpdateEditor. newSha1Checksumprivate SvnChecksumSvnExternalUpdateEditor. originalChecksumSvnChecksumSvnWcDbPristines.RemoveUnreferencedPristine. sha1_checksumMethods in org.tmatesoft.svn.core.internal.wc17.db that return SvnChecksum Modifier and Type Method Description static SvnChecksumSvnWcDbStatementUtil. getColumnChecksum(SVNSqlJetStatement stmt, java.lang.Enum<?> f)SvnChecksumISVNWCDb. getPristineMD5(java.io.File wcRootAbsPath, SvnChecksum sha1Checksum)Get the MD-5 checksum of a pristine text identified by its SHA-1 checksum SHA1_CHECKSUM.SvnChecksumSVNWCDb. getPristineMD5(java.io.File wcRootAbsPath, SvnChecksum sha1Checksum)SvnChecksumISVNWCDb. getPristineSHA1(java.io.File wcRootAbsPath, SvnChecksum md5Checksum)Get the SHA-1 checksum of a pristine text identified by its MD-5 checksum MD5_CHECKSUM.SvnChecksumSVNWCDb. getPristineSHA1(java.io.File wcRootAbsPath, SvnChecksum md5Checksum)static SvnChecksumSvnWcDbPristines. getPristineSHA1(SVNWCDbRoot root, SvnChecksum md5Checksum)Methods in org.tmatesoft.svn.core.internal.wc17.db that return types with arguments of type SvnChecksum Modifier and Type Method Description private static java.util.Map<SvnChecksum,java.lang.Integer>SvnWcDbPristines. calculateCorrectChecksumRefcounts(SVNWCDbRoot root)private static java.util.Map<SvnChecksum,java.lang.Integer>SvnWcDbPristines. loadChecksumsRefcountsFromTable(SVNWCDbRoot root)Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SvnChecksum Modifier and Type Method Description voidISVNWCDb. addBaseFile(java.io.File localAbspath, java.io.File reposRelpath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum checksum, SVNProperties davCache, boolean deleteWorking, boolean updateActualProps, SVNProperties actualProps, boolean keepRecordedInfo, boolean insertBaseDeleted, java.util.Map<java.lang.String,SVNProperties> iprops, SVNSkel conflict, SVNSkel workItems)Add or replace a file in the BASE tree.voidSVNWCDb. addBaseFile(java.io.File localAbspath, java.io.File reposRelpath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum checksum, SVNProperties davCache, boolean deleteWorking, boolean updateActualProps, SVNProperties actualProps, boolean keepRecordedInfo, boolean insertBaseDeleted, java.util.Map<java.lang.String,SVNProperties> iprops, SVNSkel conflict, SVNSkel workItems)static voidSvnWcDbExternals. addExternalFile(SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long targetRevision, SVNProperties newPristineProperties, java.util.Map<java.lang.String,SVNProperties> iprops, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum newChecksum, SVNProperties davCache, java.io.File recordAncestorAbspath, java.io.File recordedReposRelPath, long recordedPegRevision, long recordedRevision, boolean updateActualProperties, SVNProperties newActualProperties, boolean keepRecordedInfo, SVNSkel conflictSkel, SVNSkel allWorkItems)booleanISVNWCDb. checkPristine(java.io.File wcRootAbsPath, SvnChecksum checksum)Check for presence, according to the given mode (on how hard we should examine things)booleanSVNWCDb. checkPristine(java.io.File wcRootAbsPath, SvnChecksum checksum)static booleanSvnWcDbPristines. checkPristine(SVNWCDbRoot root, SvnChecksum sha1Checksum)static voidSvnWcDbCopy. copyFile(SVNWCDbDir pdh, java.io.File localRelpath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, SvnChecksum checksum, boolean updateActualProps, SVNProperties newActualProps, SVNSkel conflict, SVNSkel workItems)static java.io.FileSvnWcDbPristines. getPristineFileName(SVNWCDbRoot root, SvnChecksum sha1Checksum, boolean createSubdir)static java.io.FileSvnWcDbPristines. getPristineFuturePath(SVNWCDbRoot root, SvnChecksum sha1Checksum)SvnChecksumISVNWCDb. getPristineMD5(java.io.File wcRootAbsPath, SvnChecksum sha1Checksum)Get the MD-5 checksum of a pristine text identified by its SHA-1 checksum SHA1_CHECKSUM.SvnChecksumSVNWCDb. getPristineMD5(java.io.File wcRootAbsPath, SvnChecksum sha1Checksum)java.io.FileISVNWCDb. getPristinePath(java.io.File wcRootAbsPath, SvnChecksum checksum)Get the path to the pristine text file identified by SHA1_CHECKSUM.java.io.FileSVNWCDb. getPristinePath(java.io.File wcRootAbsPath, SvnChecksum checksum)static java.io.FileSvnWcDbPristines. getPristinePath(SVNWCDbRoot root, SvnChecksum sha1Checksum)SvnChecksumISVNWCDb. getPristineSHA1(java.io.File wcRootAbsPath, SvnChecksum md5Checksum)Get the SHA-1 checksum of a pristine text identified by its MD-5 checksum MD5_CHECKSUM.SvnChecksumSVNWCDb. getPristineSHA1(java.io.File wcRootAbsPath, SvnChecksum md5Checksum)static SvnChecksumSvnWcDbPristines. getPristineSHA1(SVNWCDbRoot root, SvnChecksum md5Checksum)voidISVNWCDb. globalCommit(java.io.File localAbspath, long newRevision, long changedRevision, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum newChecksum, java.util.List<java.io.File> newChildren, SVNProperties newDavCache, boolean keepChangelist, boolean noUnlock, SVNSkel workItems)Collapse the WORKING and ACTUAL tree changes down into BASE, called for each committed node.voidSVNWCDb. globalCommit(java.io.File localAbspath, long newRevision, long changedRevision, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum newChecksum, java.util.List<java.io.File> newChildren, SVNProperties newDavCache, boolean keepChangelist, boolean noUnlock, SVNSkel workItems)voidISVNWCDb. installPristine(java.io.File tempfileAbspath, SvnChecksum sha1Checksum, SvnChecksum md5Checksum)Install the file TEMPFILE_ABSPATH (which is sitting in a directory given byISVNWCDb.getPristineTempDir(File)) into the pristine data store, to be identified by the SHA-1 checksum of its contents, SHA1_CHECKSUM.voidSVNWCDb. installPristine(java.io.File tempfileAbspath, SvnChecksum sha1Checksum, SvnChecksum md5Checksum)static voidSvnWcDbPristines. installPristine(SVNWCDbRoot root, java.io.File tempfileAbspath, SvnChecksum sha1Checksum, SvnChecksum md5Checksum)private static voidSvnWcDbPristines. maybeTransferOnePristine(SVNWCDbRoot srcWcRoot, SVNWCDbRoot dstWcRoot, SvnChecksum checksum, SvnChecksum md5Checksum, long size)voidISVNWCDb. opCopyFile(java.io.File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, SvnChecksum checksum, boolean updateActualProps, SVNProperties newActualProps, SVNSkel conflict, SVNSkel workItems)Record a copy at LOCAL_ABSPATH from a repository file.voidSVNWCDb. opCopyFile(java.io.File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, SvnChecksum checksum, boolean updateActualProps, SVNProperties newActualProps, SVNSkel conflict, SVNSkel workItems)private static voidSvnWcDbPristines. pristineRemove(SVNWCDbRoot root, SvnChecksum sha1Checksum)java.io.InputStreamISVNWCDb. readPristine(java.io.File wcRootAbsPath, SvnChecksum checksum)Get a readable stream that will yield the pristine text identified by CHECKSUM (### which should/must be its SHA-1 checksum?).java.io.InputStreamSVNWCDb. readPristine(java.io.File wcRootAbsPath, SvnChecksum checksum)static java.io.InputStreamSvnWcDbPristines. readPristine(SVNWCDbRoot root, java.io.File wcRootAbsPath, SvnChecksum sha1Checksum)voidISVNWCDb. removePristine(java.io.File wcRootAbsPath, SvnChecksum checksum)Remove the pristine text with SHA-1 checksum SHA1_CHECKSUM from the pristine store, if it is not referenced by any of the (other) WC DB tables.voidSVNWCDb. removePristine(java.io.File wcRootAbsPath, SvnChecksum checksum)static voidSvnWcDbPristines. removePristine(SVNWCDbRoot root, SvnChecksum sha1Checksum)private static voidSvnWcDbPristines. removePristineIfUnreferenced(SVNWCDbRoot root, java.io.File localAbsPath, SvnChecksum sha1_checksum) -
Uses of SvnChecksum in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as SvnChecksum Modifier and Type Field Description private SvnChecksumSvnDiffEditor.Entry. baseChecksumprivate SvnChecksumSvnDiffEditor.Entry. resultChecksum(package private) SvnChecksumSvnNgRemoteDiffEditor.FileBaton. resultMd5ChecksumSvnChecksumSvnNgCommit.SvnCommittedQueueItem. sha1ChecksumMethods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnChecksum Modifier and Type Method Description private voidSvnNgCommit. postProcessCommitItem(SvnNgCommit.SvnCommittedQueue queue, SvnCommitItem item, boolean keepChangelists, boolean keepLocks, SvnChecksum sha1Checksum)private voidSvnNgCommit. processCommittedInternal(java.io.File localAbspath, boolean recurse, boolean topOfRecurse, long newRevision, SVNDate revDate, java.lang.String revAuthor, SVNProperties newDavCache, boolean unlockOnly, boolean noUnlock, boolean keepChangelist, SvnChecksum sha1Checksum, SvnNgCommit.SvnCommittedQueue queue)private voidSvnNgCommit. processCommittedLeaf(java.io.File localAbspath, boolean viaRecurse, long newRevnum, SVNDate newChangedDate, java.lang.String newChangedAuthor, SVNProperties newDavCache, boolean unlockOnly, boolean noUnlock, boolean keepChangelist, SvnChecksum checksum)private voidSvnNgCommit. queueCommitted(SvnNgCommit.SvnCommittedQueue queue, java.io.File localAbsPath, boolean recurse, SVNProperties wcPropChanges, boolean unlockOnly, boolean removeLock, boolean removeChangelist, SvnChecksum sha1Checksum) -
Uses of SvnChecksum in org.tmatesoft.svn.core.internal.wc2.old
Fields in org.tmatesoft.svn.core.internal.wc2.old declared as SvnChecksum Modifier and Type Field Description (package private) SvnChecksumSvnOldUpgradeEntries.DbNode. checksumSvnChecksumSvnOldUpgrade.TextBaseFileInfo. md5ChecksumSvnChecksumSvnOldUpgrade.TextBaseFileInfo. sha1Checksum -
Uses of SvnChecksum in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type SvnChecksum Modifier and Type Method Description java.io.InputStreamISVNWorkingCopyContentMediator. getContentAsStream(SvnChecksum checksum) -
Uses of SvnChecksum in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SvnChecksum Modifier and Type Method Description private ChecksumSVNClientImpl. getChecksum(SvnChecksum checksum) -
Uses of SvnChecksum in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as SvnChecksum Modifier and Type Field Description private SvnChecksumSvnWorkingCopyInfo. checksumMethods in org.tmatesoft.svn.core.wc2 that return SvnChecksum Modifier and Type Method Description static SvnChecksumSvnChecksum. fromString(java.lang.String checksum)Creates checksum object fromString.SvnChecksumSvnWorkingCopyInfo. getChecksum()Returns checksum of the file,null for directory.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SvnChecksum Modifier and Type Method Description static booleanSvnChecksum. match(SvnChecksum checksum1, SvnChecksum checksum2)voidSvnWorkingCopyInfo. setChecksum(SvnChecksum checksum)Sets checksum of the file.
-