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.kindSVNWCContext.CheckWCRootInfo.kindMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNWCDb.SVNWCDbKindModifier and TypeMethodDescriptionSVNWCContext.mergeProperties2(SVNWCContext.MergePropertiesInfo mergeInfo, java.io.File localAbsPath, ISVNWCDb.SVNWCDbKind kind, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties serverBaseProperties, SVNProperties pristineProperties, SVNProperties actualProperties, SVNProperties propChanges, boolean baseMerge, boolean dryRun, ISVNConflictHandler conflictResolver) voidSVNWCContext.ISVNWCNodeHandler.nodeFound(java.io.File localAbspath, ISVNWCDb.SVNWCDbKind kind) static booleanSVNReporter17.restoreNode(SVNWCContext context, java.io.File local_abspath, ISVNWCDb.SVNWCDbKind kind, long target_rev, boolean useCommitTimes) SVNWCContext.wqBuildBaseRemove(java.io.File localAbspath, long notPresentRevision, ISVNWCDb.SVNWCDbKind notPresentKind) static SVNSkelSVNWCContext.wqBuildBaseRemove(SVNWCDb db, java.io.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.kindISVNWCDb.SwitchedInfo.kindISVNWCDb.WCDbBaseInfo.kindISVNWCDb.WCDbInfo.kindSVNWCDb.InsertBase.kindSVNWCDb.InsertWorking.kindprivate ISVNWCDb.SVNWCDbKindSVNWCDb.IsSwitched.kindFields in org.tmatesoft.svn.core.internal.wc17.db with type parameters of type ISVNWCDb.SVNWCDbKindModifier and TypeFieldDescriptionprivate static final java.util.EnumMap<ISVNWCDb.SVNWCDbKind,java.lang.String> SvnWcDbStatementUtil.kindMapprivate static final java.util.HashMap<java.lang.String,ISVNWCDb.SVNWCDbKind> SvnWcDbStatementUtil.kindMap2Methods in org.tmatesoft.svn.core.internal.wc17.db that return ISVNWCDb.SVNWCDbKindModifier and TypeMethodDescriptionstatic ISVNWCDb.SVNWCDbKindSvnWcDbStatementUtil.getColumnKind(SVNSqlJetStatement stmt, java.lang.Enum<?> f) static ISVNWCDb.SVNWCDbKindSvnWcDbStatementUtil.parseKind(java.lang.String kindString) ISVNWCDb.readKind(java.io.File localAbsPath, boolean allowMissing) Return the kind of the node in DB at LOCAL_ABSPATH.SVNWCDb.readKind(java.io.File localAbsPath, boolean allowMissing) static ISVNWCDb.SVNWCDbKindISVNWCDb.SVNWCDbKind.valueOf(java.lang.String name) 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 TypeMethodDescriptionjava.util.Map<java.lang.String,ISVNWCDb.SVNWCDbKind> SVNWCDb.getChildrenOpDepth(SVNWCDbRoot wcRoot, java.io.File localRelPath, int opDepth) static java.util.Map<java.io.File,ISVNWCDb.SVNWCDbKind> SvnWcDbRevert.readRevertCopiedChildren(SVNWCContext context, java.io.File localAbsPath) Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type ISVNWCDb.SVNWCDbKindModifier and TypeMethodDescriptionvoidISVNWCDb.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) voidISVNWCDb.addBaseNotPresentNode(java.io.File localAbspath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, SVNSkel conflict, SVNSkel workItems) voidSVNWCDb.addBaseNotPresentNode(java.io.File localAbspath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, 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 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.getKindText(ISVNWCDb.SVNWCDbKind kind) voidISVNWCDb.opRemoveNode(java.io.File localAbspath, long revision, ISVNWCDb.SVNWCDbKind kind) voidSVNWCDb.opRemoveNode(java.io.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 SvnInfoSvnNgGetInfo.buildInfo(java.io.File localAbspath, ISVNWCDb.SVNWCDbKind kind) voidSvnNgGetChangelistPaths.nodeFound(java.io.File localAbsPath, ISVNWCDb.SVNWCDbKind kind) voidSvnNgGetInfo.nodeFound(java.io.File localAbspath, ISVNWCDb.SVNWCDbKind kind)