Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.internal.wc17.db | |
org.tmatesoft.svn.core.internal.wc2.ng |
Modifier and Type | Method and Description |
---|---|
private static ISVNWCDb.SVNWCDbInfo |
SVNStatusEditor17.readInfo(SVNWCContext context,
java.io.File localAbsPath) |
Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
private static class |
SVNWCDb.GatheredChildItem |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.lang.String,ISVNWCDb.SVNWCDbInfo> |
SVNWCDb.GatherChildren.nodes |
Modifier and Type | Method and Description |
---|---|
void |
SVNWCDb.readChildren(java.io.File localAbsPath,
java.util.Map<java.lang.String,ISVNWCDb.SVNWCDbInfo> children,
java.util.Set<java.lang.String> conflicts) |
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(SVNWCDbRoot root,
java.io.File localRelPath,
java.util.Map<java.lang.String,ISVNWCDb.SVNWCDbInfo> children,
java.util.Set<java.lang.String> conflicts) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,ISVNWCDb.SVNWCDbInfo> |
SvnDiffEditor.Entry.localInfo |