Uses of Enum
org.tmatesoft.svn.core.internal.wc17.db.ISVNWCDb.SVNWCDbStatus
Packages that use ISVNWCDb.SVNWCDbStatus
Package
Description
-
Uses of ISVNWCDb.SVNWCDbStatus in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as ISVNWCDb.SVNWCDbStatusMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNWCDb.SVNWCDbStatusModifier and TypeMethodDescriptionprivate SVNSkel
SVNUpdateEditor17.checkTreeConflict
(File localAbspath, ISVNWCDb.SVNWCDbStatus workingStatus, boolean existsInRepos, SVNNodeKind expectedKind, SVNConflictAction action) private SVNNodeKind
SVNWCContext.convertDbKindToNodeKind
(SVNNodeKind dbKind, ISVNWCDb.SVNWCDbStatus dbStatus, boolean showHidden) private static boolean
SVNUpdateEditor17.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.SVNWCDbStatusModifier and TypeFieldDescriptionISVNWCDb.SVNWCDbInfo.status
ISVNWCDb.WCDbAdditionInfo.status
ISVNWCDb.WCDbBaseInfo.status
ISVNWCDb.WCDbInfo.status
SVNWCDb.InsertBase.status
SVNWCDb.InsertWorking.status
Fields in org.tmatesoft.svn.core.internal.wc17.db with type parameters of type ISVNWCDb.SVNWCDbStatusModifier and TypeFieldDescriptionprivate static final EnumMap<ISVNWCDb.SVNWCDbStatus,
String> SvnWcDbStatementUtil.presenceMap
private static final HashMap<String,
ISVNWCDb.SVNWCDbStatus> SvnWcDbStatementUtil.presenceMap2
Methods in org.tmatesoft.svn.core.internal.wc17.db that return ISVNWCDb.SVNWCDbStatusModifier and TypeMethodDescriptionprivate ISVNWCDb.SVNWCDbStatus
SVNWCDb.convertToWorkingStatus
(ISVNWCDb.SVNWCDbStatus status) static ISVNWCDb.SVNWCDbStatus
SvnWcDbStatementUtil.getColumnPresence
(SVNSqlJetStatement stmt) static ISVNWCDb.SVNWCDbStatus
SvnWcDbStatementUtil.getColumnPresence
(SVNSqlJetStatement stmt, Enum<?> f) static ISVNWCDb.SVNWCDbStatus
SVNWCDb.getWorkingStatus
(ISVNWCDb.SVNWCDbStatus status) static ISVNWCDb.SVNWCDbStatus
SvnWcDbStatementUtil.parsePresence
(String presenceString) static ISVNWCDb.SVNWCDbStatus
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.SVNWCDbStatusModifier and TypeMethodDescriptionvoid
ISVNWCDb.addBaseExcludedNode
(File localAbsPath, File reposRelPath, SVNURL reposRootUrl, 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.void
SVNWCDb.addBaseExcludedNode
(File localAbsPath, File reposRelPath, SVNURL reposRootUrl, String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, ISVNWCDb.SVNWCDbStatus status, SVNSkel conflict, SVNSkel workItems) private void
SVNWCDb.addExcludedOrNotPresentNode
(File localAbspath, File reposRelpath, SVNURL reposRootUrl, String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, ISVNWCDb.SVNWCDbStatus status, SVNSkel conflict, SVNSkel workItems) private ISVNWCDb.SVNWCDbStatus
SVNWCDb.convertToWorkingStatus
(ISVNWCDb.SVNWCDbStatus status) private static void
SvnWcDbCopy.crossDbCopy
(SVNWCDbDir srcPdh, File localSrcRelpath, SVNWCDbDir dstPdh, File localDstRelpath, ISVNWCDb.SVNWCDbStatus dstPresence, long dstOpDepth, long dstNpOpDepth, ISVNWCDb.SVNWCDbKind kind, List<String> children, long copyFromId, File copyFromRelpath, long copyFromRev) static String
SvnWcDbStatementUtil.getPresenceText
(ISVNWCDb.SVNWCDbStatus status) static ISVNWCDb.SVNWCDbStatus
SVNWCDb.getWorkingStatus
(ISVNWCDb.SVNWCDbStatus status) ISVNWCDb.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.SVNWCDbStatusModifier and TypeFieldDescriptionprivate Set<ISVNWCDb.SVNWCDbStatus>
SVNWCDbSelectMinMaxRevisions.expectedPresence
private EnumSet<ISVNWCDb.SVNWCDbStatus>
SVNWCDbDeleteActualForBaseRecursive.SelectFromNodesForPresence.presence
Constructor parameters in org.tmatesoft.svn.core.internal.wc17.db.statement with type arguments of type ISVNWCDb.SVNWCDbStatusModifierConstructorDescriptionSelectFromNodesForPresence
(SVNSqlJetDb sDb, long minOpDepth, 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.SVNWCDbStatusModifier and TypeMethodDescriptionprivate boolean
SvnNgWcToWcCopy.shouldCopyBaseData
(SVNWCContext context, 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.SVNWCDbStatusModifier and TypeFieldDescription(package private) ISVNWCDb.SVNWCDbStatus
SvnOldUpgradeEntries.DbNode.presence