Uses of Enum
org.tmatesoft.svn.core.internal.wc17.db.ISVNWCDb.SVNWCDbKind
Packages that use ISVNWCDb.SVNWCDbKind
Package
Description
-
Uses of ISVNWCDb.SVNWCDbKind in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as ISVNWCDb.SVNWCDbKindModifier and TypeFieldDescriptionSVNAmbientDepthFilterEditor17.AmbientReadInfo.kind
SVNWCContext.CheckWCRootInfo.kind
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNWCDb.SVNWCDbKindModifier and TypeMethodDescriptionSVNWCContext.mergeProperties2
(SVNWCContext.MergePropertiesInfo mergeInfo, File localAbsPath, ISVNWCDb.SVNWCDbKind kind, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties serverBaseProperties, SVNProperties pristineProperties, SVNProperties actualProperties, SVNProperties propChanges, boolean baseMerge, boolean dryRun, ISVNConflictHandler conflictResolver) void
SVNWCContext.ISVNWCNodeHandler.nodeFound
(File localAbspath, ISVNWCDb.SVNWCDbKind kind) static boolean
SVNReporter17.restoreNode
(SVNWCContext context, File local_abspath, ISVNWCDb.SVNWCDbKind kind, long target_rev, boolean useCommitTimes) SVNWCContext.wqBuildBaseRemove
(File localAbspath, long notPresentRevision, ISVNWCDb.SVNWCDbKind notPresentKind) static SVNSkel
SVNWCContext.wqBuildBaseRemove
(SVNWCDb db, File localAbspath, long notPresentRevision, ISVNWCDb.SVNWCDbKind notPresentKind) -
Uses of ISVNWCDb.SVNWCDbKind in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as ISVNWCDb.SVNWCDbKindModifier and TypeFieldDescriptionISVNWCDb.SVNWCDbInfo.kind
ISVNWCDb.SwitchedInfo.kind
ISVNWCDb.WCDbBaseInfo.kind
ISVNWCDb.WCDbInfo.kind
SVNWCDb.InsertBase.kind
SVNWCDb.InsertWorking.kind
private ISVNWCDb.SVNWCDbKind
SVNWCDb.IsSwitched.kind
Fields in org.tmatesoft.svn.core.internal.wc17.db with type parameters of type ISVNWCDb.SVNWCDbKindModifier and TypeFieldDescriptionprivate static final EnumMap<ISVNWCDb.SVNWCDbKind,
String> SvnWcDbStatementUtil.kindMap
private static final HashMap<String,
ISVNWCDb.SVNWCDbKind> SvnWcDbStatementUtil.kindMap2
Methods in org.tmatesoft.svn.core.internal.wc17.db that return ISVNWCDb.SVNWCDbKindModifier and TypeMethodDescriptionstatic ISVNWCDb.SVNWCDbKind
SvnWcDbStatementUtil.getColumnKind
(SVNSqlJetStatement stmt, Enum<?> f) static ISVNWCDb.SVNWCDbKind
Return the kind of the node in DB at LOCAL_ABSPATH.static ISVNWCDb.SVNWCDbKind
Returns the enum constant of this type with the specified name.static ISVNWCDb.SVNWCDbKind[]
ISVNWCDb.SVNWCDbKind.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 that return types with arguments of type ISVNWCDb.SVNWCDbKindModifier and TypeMethodDescriptionSVNWCDb.getChildrenOpDepth
(SVNWCDbRoot wcRoot, File localRelPath, int opDepth) static Map<File,
ISVNWCDb.SVNWCDbKind> SvnWcDbRevert.readRevertCopiedChildren
(SVNWCContext context, File localAbsPath) Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type ISVNWCDb.SVNWCDbKindModifier 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) void
ISVNWCDb.addBaseNotPresentNode
(File localAbspath, File reposRelPath, SVNURL reposRootUrl, String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, SVNSkel conflict, SVNSkel workItems) void
SVNWCDb.addBaseNotPresentNode
(File localAbspath, File reposRelPath, SVNURL reposRootUrl, String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, 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 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.getKindText
(ISVNWCDb.SVNWCDbKind kind) void
ISVNWCDb.opRemoveNode
(File localAbspath, long revision, ISVNWCDb.SVNWCDbKind kind) void
SVNWCDb.opRemoveNode
(File localAbspath, long notPresentRevision, ISVNWCDb.SVNWCDbKind notPresentKind) -
Uses of ISVNWCDb.SVNWCDbKind in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return ISVNWCDb.SVNWCDbKindMethods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISVNWCDb.SVNWCDbKindModifier and TypeMethodDescriptionprivate SvnInfo
SvnNgGetInfo.buildInfo
(File localAbspath, ISVNWCDb.SVNWCDbKind kind) void
SvnNgGetChangelistPaths.nodeFound
(File localAbsPath, ISVNWCDb.SVNWCDbKind kind) void
SvnNgGetInfo.nodeFound
(File localAbspath, ISVNWCDb.SVNWCDbKind kind)