Uses of Class
org.tmatesoft.svn.core.internal.util.SVNDate
-
Packages that use SVNDate Package Description org.tmatesoft.svn.core.internal.util org.tmatesoft.svn.core.internal.wc.admin 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.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 SVNDate in org.tmatesoft.svn.core.internal.util
Fields in org.tmatesoft.svn.core.internal.util declared as SVNDate Modifier and Type Field Description static SVNDateSVNDate. NULLMethods in org.tmatesoft.svn.core.internal.util that return SVNDate Modifier and Type Method Description static SVNDateSVNDate. fromDate(java.util.Date d)static SVNDateSVNDate. parseDate(java.lang.String str)private static SVNDateSVNDate. parseDatestamp(java.lang.String str) -
Uses of SVNDate in org.tmatesoft.svn.core.internal.wc.admin
Fields in org.tmatesoft.svn.core.internal.wc.admin declared as SVNDate Modifier and Type Field Description private 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 SVNDate Modifier and Type Field Description SVNDateSVNUpdateEditor17.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 SVNDate Modifier and Type Method Description static SVNDateSVNWCUtils. readDate(long date)Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNDate Modifier and Type Method Description private SVNUpdateEditor17.MergeFileInfoSVNUpdateEditor17. mergeFile(SVNUpdateEditor17.FileBaton fb, SVNUpdateEditor17.MergeFileInfo mergeFileInfo, SVNProperties actualProps, SVNDate lastChangedDate)SVNSkelSVNWCContext. 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 SVNDate Modifier and Type Field Description SVNDateISVNWCDb.NodeInstallInfo. changedDateSVNDateISVNWCDb.SVNWCDbInfo. changedDateSVNDateISVNWCDb.WCDbBaseInfo. changedDateSVNDateISVNWCDb.WCDbInfo. changedDateprivate SVNDateSvnExternalUpdateEditor. changedDateSVNDateSVNWCDb.Commit. changedDateSVNDateSVNWCDb.InsertBase. changedDateSVNDateSVNWCDb.InsertWorking. changedDateSVNDateISVNWCDb.SVNWCDbLock. dateThe date the lock was createdSVNDateISVNWCDb.WCDbBaseInfo. lastModTimeMethods in org.tmatesoft.svn.core.internal.wc17.db that return SVNDate Modifier and Type Method Description static SVNDateSvnWcDbStatementUtil. getColumnDate(SVNSqlJetStatement stmt, java.lang.Enum<?> f)Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNDate Modifier and Type Method Description voidISVNWCDb. 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 SVNDate Modifier and Type Method Description 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) -
Uses of SVNDate in org.tmatesoft.svn.core.internal.wc2.old
Fields in org.tmatesoft.svn.core.internal.wc2.old declared as SVNDate Modifier and Type Field Description (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 SVNDate Modifier and Type Field Description private SVNDateSvnStatus. changedDateprivate SVNDateSvnInfo. lastChangedDateprivate SVNDateSvnStatus. repositoryChangedDateMethods in org.tmatesoft.svn.core.wc2 that return SVNDate Modifier and Type Method Description SVNDateSvnStatus. getChangedDate()Gets the timestamp when the item was last changed (committed).SVNDateSvnInfo. getLastChangedDate()Gets the item's last changed date.SVNDateSvnStatus. getRepositoryChangedDate()Gets the item's last changed date.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SVNDate Modifier and Type Method Description voidSvnStatus. 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.
-