Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.ISVNWCDb.SVNWCDbInfo
-
Packages that use ISVNWCDb.SVNWCDbInfo Package Description org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.internal.wc2.ng -
-
Uses of ISVNWCDb.SVNWCDbInfo in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return ISVNWCDb.SVNWCDbInfo Modifier and Type Method Description private static ISVNWCDb.SVNWCDbInfoSVNStatusEditor17. readInfo(SVNWCContext context, java.io.File localAbsPath)Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNWCDb.SVNWCDbInfo Modifier and Type Method Description static 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.db Modifier and Type Class Description private static classSVNWCDb.GatheredChildItemFields in org.tmatesoft.svn.core.internal.wc17.db with type parameters of type ISVNWCDb.SVNWCDbInfo Modifier and Type Field Description (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.SVNWCDbInfo Modifier and Type Method Description voidISVNWCDb. 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.SVNWCDbInfo Modifier and Type Field Description private java.util.Map<java.lang.String,ISVNWCDb.SVNWCDbInfo>SvnDiffEditor.Entry. localInfo
-