Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.internal.wc17.db |
Modifier and Type | Method and Description |
---|---|
static SVNWCConflictDescription17 |
SVNWCConflictDescription17.createProp(File localAbspath,
SVNNodeKind nodeKind,
String propertyName) |
static SVNWCConflictDescription17 |
SVNWCConflictDescription17.createText(File localAbspath) |
static SVNWCConflictDescription17 |
SVNWCConflictDescription17.createTree(File localAbspath,
SVNNodeKind nodeKind,
SVNOperation operation,
SVNConflictVersion srcLeftVersion,
SVNConflictVersion srcRightVersion) |
Modifier and Type | Method and Description |
---|---|
void |
SVNWCContext.addTreeConflict(SVNWCConflictDescription17 conflict) |
Modifier and Type | Method and Description |
---|---|
static List<SVNWCConflictDescription17> |
SvnWcDbConflicts.convertFromSkel(SVNWCDb db,
File localAbsPath,
boolean createTempFiles,
SVNSkel conflictSkel) |
List<SVNWCConflictDescription17> |
SVNWCDb.readConflicts(File localAbsPath,
boolean createTempFiles) |
Modifier and Type | Method and Description |
---|---|
static void |
SvnWcDbConflicts.readPropertyConflicts(List<SVNWCConflictDescription17> target,
SVNWCDb db,
File localAbsPath,
SVNSkel conflictSkel,
boolean createTempFiles,
SVNOperation operation,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion) |
Copyright © 2023. All rights reserved.