Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.ISVNWCDb.SVNWCDbStatus
-
-
Uses of ISVNWCDb.SVNWCDbStatus in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as ISVNWCDb.SVNWCDbStatus Modifier and Type Field Description ISVNWCDb.SVNWCDbStatusSVNAmbientDepthFilterEditor17.AmbientReadInfo. statusMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNWCDb.SVNWCDbStatus Modifier and Type Method Description private SVNSkelSVNUpdateEditor17. checkTreeConflict(java.io.File localAbspath, ISVNWCDb.SVNWCDbStatus workingStatus, boolean existsInRepos, SVNNodeKind expectedKind, SVNConflictAction action)private SVNNodeKindSVNWCContext. convertDbKindToNodeKind(SVNNodeKind dbKind, ISVNWCDb.SVNWCDbStatus dbStatus, boolean showHidden)private static booleanSVNUpdateEditor17. isNodePresent(ISVNWCDb.SVNWCDbStatus status) -
Uses of ISVNWCDb.SVNWCDbStatus in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as ISVNWCDb.SVNWCDbStatus Modifier and Type Field Description ISVNWCDb.SVNWCDbStatusISVNWCDb.SVNWCDbInfo. statusISVNWCDb.SVNWCDbStatusISVNWCDb.WCDbAdditionInfo. statusISVNWCDb.SVNWCDbStatusISVNWCDb.WCDbBaseInfo. statusISVNWCDb.SVNWCDbStatusISVNWCDb.WCDbInfo. statusISVNWCDb.SVNWCDbStatusSVNWCDb.InsertBase. statusISVNWCDb.SVNWCDbStatusSVNWCDb.InsertWorking. statusFields in org.tmatesoft.svn.core.internal.wc17.db with type parameters of type ISVNWCDb.SVNWCDbStatus Modifier and Type Field Description private static java.util.EnumMap<ISVNWCDb.SVNWCDbStatus,java.lang.String>SvnWcDbStatementUtil. presenceMapprivate static java.util.HashMap<java.lang.String,ISVNWCDb.SVNWCDbStatus>SvnWcDbStatementUtil. presenceMap2Methods in org.tmatesoft.svn.core.internal.wc17.db that return ISVNWCDb.SVNWCDbStatus Modifier and Type Method Description private ISVNWCDb.SVNWCDbStatusSVNWCDb. convertToWorkingStatus(ISVNWCDb.SVNWCDbStatus status)static ISVNWCDb.SVNWCDbStatusSvnWcDbStatementUtil. getColumnPresence(SVNSqlJetStatement stmt)static ISVNWCDb.SVNWCDbStatusSvnWcDbStatementUtil. getColumnPresence(SVNSqlJetStatement stmt, java.lang.Enum<?> f)static ISVNWCDb.SVNWCDbStatusSVNWCDb. getWorkingStatus(ISVNWCDb.SVNWCDbStatus status)static ISVNWCDb.SVNWCDbStatusSvnWcDbStatementUtil. parsePresence(java.lang.String presenceString)static ISVNWCDb.SVNWCDbStatusISVNWCDb.SVNWCDbStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ISVNWCDb.SVNWCDbStatus[]ISVNWCDb.SVNWCDbStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type ISVNWCDb.SVNWCDbStatus Modifier and Type Method Description voidISVNWCDb. addBaseExcludedNode(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, ISVNWCDb.SVNWCDbStatus status, SVNSkel conflict, SVNSkel workItems)Create a node in the BASE tree that is present in name only.voidSVNWCDb. addBaseExcludedNode(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, ISVNWCDb.SVNWCDbStatus status, SVNSkel conflict, SVNSkel workItems)private voidSVNWCDb. addExcludedOrNotPresentNode(java.io.File localAbspath, java.io.File reposRelpath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, ISVNWCDb.SVNWCDbStatus status, SVNSkel conflict, SVNSkel workItems)private ISVNWCDb.SVNWCDbStatusSVNWCDb. convertToWorkingStatus(ISVNWCDb.SVNWCDbStatus status)private static voidSvnWcDbCopy. crossDbCopy(SVNWCDbDir srcPdh, java.io.File localSrcRelpath, SVNWCDbDir dstPdh, java.io.File localDstRelpath, ISVNWCDb.SVNWCDbStatus dstPresence, long dstOpDepth, long dstNpOpDepth, ISVNWCDb.SVNWCDbKind kind, java.util.List<java.lang.String> children, long copyFromId, java.io.File copyFromRelpath, long copyFromRev)static java.lang.StringSvnWcDbStatementUtil. getPresenceText(ISVNWCDb.SVNWCDbStatus status)static ISVNWCDb.SVNWCDbStatusSVNWCDb. getWorkingStatus(ISVNWCDb.SVNWCDbStatus status)SVNNodeKindISVNWCDb.SVNWCDbKind. toNodeKind(ISVNWCDb.SVNWCDbStatus status, boolean showHidden) -
Uses of ISVNWCDb.SVNWCDbStatus in org.tmatesoft.svn.core.internal.wc17.db.statement
Fields in org.tmatesoft.svn.core.internal.wc17.db.statement with type parameters of type ISVNWCDb.SVNWCDbStatus Modifier and Type Field Description private java.util.Set<ISVNWCDb.SVNWCDbStatus>SVNWCDbSelectMinMaxRevisions. expectedPresenceprivate java.util.EnumSet<ISVNWCDb.SVNWCDbStatus>SVNWCDbDeleteActualForBaseRecursive.SelectFromNodesForPresence. presenceConstructor parameters in org.tmatesoft.svn.core.internal.wc17.db.statement with type arguments of type ISVNWCDb.SVNWCDbStatus Constructor Description SelectFromNodesForPresence(SVNSqlJetDb sDb, long minOpDepth, java.util.EnumSet<ISVNWCDb.SVNWCDbStatus> presence) -
Uses of ISVNWCDb.SVNWCDbStatus in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISVNWCDb.SVNWCDbStatus Modifier and Type Method Description private booleanSvnNgWcToWcCopy. shouldCopyBaseData(SVNWCContext context, java.io.File source, boolean metadataOnly, ISVNWCDb.SVNWCDbStatus srcStatus) -
Uses of ISVNWCDb.SVNWCDbStatus in org.tmatesoft.svn.core.internal.wc2.old
Fields in org.tmatesoft.svn.core.internal.wc2.old declared as ISVNWCDb.SVNWCDbStatus Modifier and Type Field Description (package private) ISVNWCDb.SVNWCDbStatusSvnOldUpgradeEntries.DbNode. presence
-