Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.ISVNWCDb.SVNWCDbInfo
Packages that use ISVNWCDb.SVNWCDbInfo
Package
Description
-
Uses of ISVNWCDb.SVNWCDbInfo in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return ISVNWCDb.SVNWCDbInfoModifier and TypeMethodDescriptionprivate static ISVNWCDb.SVNWCDbInfoSVNStatusEditor17.readInfo(SVNWCContext context, java.io.File localAbsPath) Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNWCDb.SVNWCDbInfoModifier and TypeMethodDescriptionstatic SvnStatusSVNStatusEditor17.assembleStatus(SVNWCContext context, java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, boolean ignoreTextMods, SVNLock repositoryLock) protected voidSVNStatusEditor17.getDirStatus(java.io.File localAbsPath, java.lang.String selected, boolean skipThisDir, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo dirInfo, SVNFileType fileType, java.util.Collection<java.lang.String> ignorePatterns, SVNDepth depth, boolean getAll, boolean noIgnore, ISvnObjectReceiver<SvnStatus> handler) private static ISVNWCDb.WCDbRepositoryInfoSVNStatusEditor17.getRepositoryRootUrlRelPath(SVNWCContext context, ISVNWCDb.WCDbRepositoryInfo parentRelPath, ISVNWCDb.SVNWCDbInfo info, java.io.File localAbsPath) private voidSVNStatusEditor17.sendStatusStructure(java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, ISvnObjectReceiver<SvnStatus> handler) -
Uses of ISVNWCDb.SVNWCDbInfo in org.tmatesoft.svn.core.internal.wc17.db
Subclasses of ISVNWCDb.SVNWCDbInfo in org.tmatesoft.svn.core.internal.wc17.dbFields in org.tmatesoft.svn.core.internal.wc17.db with type parameters of type ISVNWCDb.SVNWCDbInfoModifier and TypeFieldDescription(package private) java.util.Map<java.lang.String,ISVNWCDb.SVNWCDbInfo> SVNWCDb.GatherChildren.nodesMethod parameters in org.tmatesoft.svn.core.internal.wc17.db with type arguments of type ISVNWCDb.SVNWCDbInfoModifier and TypeMethodDescriptionvoidISVNWCDb.readChildren(java.io.File localAbspath, java.util.Map<java.lang.String, ISVNWCDb.SVNWCDbInfo> children, java.util.Set<java.lang.String> conflicts) voidSVNWCDb.readChildren(java.io.File localAbsPath, java.util.Map<java.lang.String, ISVNWCDb.SVNWCDbInfo> children, java.util.Set<java.lang.String> conflicts) voidSVNWCDb.readChildren(SVNWCDbRoot root, java.io.File localRelPath, java.util.Map<java.lang.String, ISVNWCDb.SVNWCDbInfo> children, java.util.Set<java.lang.String> conflicts) -
Uses of ISVNWCDb.SVNWCDbInfo in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng with type parameters of type ISVNWCDb.SVNWCDbInfoModifier and TypeFieldDescriptionprivate java.util.Map<java.lang.String,ISVNWCDb.SVNWCDbInfo> SvnDiffEditor.Entry.localInfo