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.SVNWCDbInfo
SVNStatusEditor17. 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 SvnStatus
SVNStatusEditor17. assembleStatus(SVNWCContext context, java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, boolean ignoreTextMods, SVNLock repositoryLock)
protected void
SVNStatusEditor17. 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.WCDbRepositoryInfo
SVNStatusEditor17. getRepositoryRootUrlRelPath(SVNWCContext context, ISVNWCDb.WCDbRepositoryInfo parentRelPath, ISVNWCDb.SVNWCDbInfo info, java.io.File localAbsPath)
private void
SVNStatusEditor17. 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 class
SVNWCDb.GatheredChildItem
Fields 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. nodes
Method parameters in org.tmatesoft.svn.core.internal.wc17.db with type arguments of type ISVNWCDb.SVNWCDbInfo Modifier and Type Method Description void
ISVNWCDb. readChildren(java.io.File localAbspath, java.util.Map<java.lang.String,ISVNWCDb.SVNWCDbInfo> children, java.util.Set<java.lang.String> conflicts)
void
SVNWCDb. readChildren(java.io.File localAbsPath, java.util.Map<java.lang.String,ISVNWCDb.SVNWCDbInfo> children, java.util.Set<java.lang.String> conflicts)
void
SVNWCDb. 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
-