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 | Field and Description |
---|---|
ISVNWCDb.SVNWCDbKind |
SVNWCContext.CheckWCRootInfo.kind |
Modifier and Type | Method and Description |
---|---|
SVNWCContext.MergePropertiesInfo |
SVNWCContext.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) |
void |
SVNWCContext.ISVNWCNodeHandler.nodeFound(java.io.File localAbspath,
ISVNWCDb.SVNWCDbKind kind) |
static boolean |
SVNReporter17.restoreNode(SVNWCContext context,
java.io.File local_abspath,
ISVNWCDb.SVNWCDbKind kind,
long target_rev,
boolean useCommitTimes) |
SVNSkel |
SVNWCContext.wqBuildBaseRemove(java.io.File localAbspath,
long notPresentRevision,
ISVNWCDb.SVNWCDbKind notPresentKind) |
static SVNSkel |
SVNWCContext.wqBuildBaseRemove(SVNWCDb db,
java.io.File localAbspath,
long notPresentRevision,
ISVNWCDb.SVNWCDbKind notPresentKind) |
Modifier and Type | Field and Description |
---|---|
ISVNWCDb.SVNWCDbKind |
SVNWCDb.InsertBase.kind |
ISVNWCDb.SVNWCDbKind |
SVNWCDb.InsertWorking.kind |
ISVNWCDb.SVNWCDbKind |
ISVNWCDb.SVNWCDbInfo.kind |
ISVNWCDb.SVNWCDbKind |
ISVNWCDb.WCDbBaseInfo.kind |
ISVNWCDb.SVNWCDbKind |
ISVNWCDb.WCDbInfo.kind |
ISVNWCDb.SVNWCDbKind |
ISVNWCDb.SwitchedInfo.kind |
Modifier and Type | Method and Description |
---|---|
static ISVNWCDb.SVNWCDbKind |
SvnWcDbStatementUtil.getColumnKind(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static ISVNWCDb.SVNWCDbKind |
SvnWcDbStatementUtil.parseKind(java.lang.String kindString) |
ISVNWCDb.SVNWCDbKind |
SVNWCDb.readKind(java.io.File localAbsPath,
boolean allowMissing) |
ISVNWCDb.SVNWCDbKind |
ISVNWCDb.readKind(java.io.File localAbsPath,
boolean allowMissing)
Return the kind of the node in DB at LOCAL_ABSPATH.
|
static ISVNWCDb.SVNWCDbKind |
ISVNWCDb.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.
|
Modifier and Type | Method and Description |
---|---|
java.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) |
Modifier and Type | Method and Description |
---|---|
void |
SVNWCDb.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) |
void |
ISVNWCDb.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.
|
void |
SVNWCDb.addBaseNotPresentNode(java.io.File localAbspath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
ISVNWCDb.SVNWCDbKind kind,
SVNSkel conflict,
SVNSkel workItems) |
void |
ISVNWCDb.addBaseNotPresentNode(java.io.File localAbspath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
ISVNWCDb.SVNWCDbKind kind,
SVNSkel conflict,
SVNSkel workItems) |
static java.lang.String |
SvnWcDbStatementUtil.getKindText(ISVNWCDb.SVNWCDbKind kind) |
void |
SVNWCDb.opRemoveNode(java.io.File localAbspath,
long notPresentRevision,
ISVNWCDb.SVNWCDbKind notPresentKind) |
void |
ISVNWCDb.opRemoveNode(java.io.File localAbspath,
long revision,
ISVNWCDb.SVNWCDbKind kind) |
Modifier and Type | Method and Description |
---|---|
void |
SvnNgGetInfo.nodeFound(java.io.File localAbspath,
ISVNWCDb.SVNWCDbKind kind) |
void |
SvnNgGetChangelistPaths.nodeFound(java.io.File localAbsPath,
ISVNWCDb.SVNWCDbKind kind) |
Copyright © 2020. All rights reserved.