Uses of Class
org.tmatesoft.svn.core.internal.util.SVNDate
Packages that use SVNDate
Package
Description
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 SVNDate in org.tmatesoft.svn.core.internal.util
Fields in org.tmatesoft.svn.core.internal.util declared as SVNDateMethods in org.tmatesoft.svn.core.internal.util that return SVNDate -
Uses of SVNDate in org.tmatesoft.svn.core.internal.wc.admin
Fields in org.tmatesoft.svn.core.internal.wc.admin declared as SVNDateModifier and TypeFieldDescriptionprivate SVNDateSVNEntry.committedDateprivate SVNDateSVNEntry.lockCreationDateprivate SVNDateSVNEntry.propTimeprivate SVNDateSVNEntry.textTime -
Uses of SVNDate in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNDateModifier and TypeFieldDescriptionSVNUpdateEditor17.AccumulatedChangeInfo.changedDateprivate SVNDateSVNUpdateEditor17.DirectoryBaton.changedDateprivate SVNDateSVNUpdateEditor17.FileBaton.changedDateprivate SVNDateSVNRemoteStatusEditor17.DirectoryInfo.ood_changed_dateprivate SVNDateSVNRemoteStatusEditor17.FileInfo.ood_changed_dateMethods in org.tmatesoft.svn.core.internal.wc17 that return SVNDateMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNDateModifier and TypeMethodDescriptionprivate SVNUpdateEditor17.MergeFileInfoSVNUpdateEditor17.mergeFile(SVNUpdateEditor17.FileBaton fb, SVNUpdateEditor17.MergeFileInfo mergeFileInfo, SVNProperties actualProps, SVNDate lastChangedDate) SVNWCContext.wqBuildRecordFileinfo(java.io.File localAbspath, SVNDate setTime) -
Uses of SVNDate in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as SVNDateModifier and TypeFieldDescriptionISVNWCDb.NodeInstallInfo.changedDateISVNWCDb.SVNWCDbInfo.changedDateISVNWCDb.WCDbBaseInfo.changedDateISVNWCDb.WCDbInfo.changedDateprivate SVNDateSvnExternalUpdateEditor.changedDateSVNWCDb.Commit.changedDateSVNWCDb.InsertBase.changedDateSVNWCDb.InsertWorking.changedDateISVNWCDb.SVNWCDbLock.dateThe date the lock was createdISVNWCDb.WCDbBaseInfo.lastModTimeMethods in org.tmatesoft.svn.core.internal.wc17.db that return SVNDateModifier and TypeMethodDescriptionstatic SVNDateSvnWcDbStatementUtil.getColumnDate(SVNSqlJetStatement stmt, java.lang.Enum<?> f) Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNDateModifier and TypeMethodDescriptionvoidISVNWCDb.addBaseDirectory(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, java.util.List<java.io.File> children, SVNDepth depth, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties actualProps, java.util.Map<java.lang.String, SVNProperties> iprops, SVNSkel workItems) Add or replace a directory in the BASE tree.voidSVNWCDb.addBaseDirectory(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, java.util.List<java.io.File> children, SVNDepth depth, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties actualProps, java.util.Map<java.lang.String, SVNProperties> iprops, SVNSkel workItems) 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) voidISVNWCDb.addBaseSymlink(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, java.io.File target, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties acutalProps, SVNSkel workItems) Add or replace a symlink in the BASE tree.voidSVNWCDb.addBaseSymlink(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, java.io.File target, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties acutalProps, 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) static voidSvnWcDbCopy.copyDir(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, java.util.List<java.io.File> children, boolean isMove, SVNDepth depth, SVNSkel conflict, SVNSkel workItems) 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) 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.opCopyDir(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, java.util.List<java.io.File> children, boolean isMove, SVNDepth depth, SVNSkel conflict, SVNSkel workItems) Record a copy at LOCAL_ABSPATH from a repository directory.voidSVNWCDb.opCopyDir(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, java.util.List<java.io.File> children, boolean isMove, SVNDepth depth, SVNSkel conflict, SVNSkel workItems) 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) -
Uses of SVNDate in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNDateModifier and TypeMethodDescriptionprivate 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) -
Uses of SVNDate in org.tmatesoft.svn.core.internal.wc2.old
Fields in org.tmatesoft.svn.core.internal.wc2.old declared as SVNDateModifier and TypeFieldDescription(package private) SVNDateSvnOldUpgradeEntries.DbNode.changedDate(package private) SVNDateSvnOldUpgradeEntries.DbNode.lastModTime -
Uses of SVNDate in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as SVNDateModifier and TypeFieldDescriptionprivate SVNDateSvnStatus.changedDateprivate SVNDateSvnInfo.lastChangedDateprivate SVNDateSvnStatus.repositoryChangedDateMethods in org.tmatesoft.svn.core.wc2 that return SVNDateModifier and TypeMethodDescriptionSvnStatus.getChangedDate()Gets the timestamp when the item was last changed (committed).SvnInfo.getLastChangedDate()Gets the item's last changed date.SvnStatus.getRepositoryChangedDate()Gets the item's last changed date.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SVNDateModifier and TypeMethodDescriptionvoidSvnStatus.setChangedDate(SVNDate changedDate) Sets the timestamp when the item was last changed (committed).voidSvnInfo.setLastChangedDate(SVNDate lastChangedDate) Sets the item's last changed date.voidSvnStatus.setRepositoryChangedDate(SVNDate repositoryChangedDate) Sets the item's last changed date.