public class SVNTreeConflictUtil extends Object
Constructor and Description |
---|
SVNTreeConflictUtil() |
Modifier and Type | Method and Description |
---|---|
static SVNSkel |
getConflictSkel(SVNConflictVersion nullVersion,
SVNTreeConflictDescription conflict) |
static String |
getHumanReadableConflictDescription(SVNTreeConflictDescription treeConflict) |
static String |
getHumanReadableConflictVersion(SVNConflictVersion version) |
static String |
getSingleTreeConflictData(SVNTreeConflictDescription conflict) |
static byte[] |
getSingleTreeConflictRawData(SVNTreeConflictDescription conflict) |
static String |
getTreeConflictData(Map conflicts) |
static byte[] |
getTreeConflictRawData(Map conflicts) |
static SVNTreeConflictDescription |
readSingleTreeConflict(SVNSkel skel,
File dirPath) |
static Map |
readTreeConflicts(File dirPath,
byte[] conflictData) |
static Map |
readTreeConflicts(File dirPath,
String conflictData) |
public static Map readTreeConflicts(File dirPath, String conflictData) throws SVNException
SVNException
public static Map readTreeConflicts(File dirPath, byte[] conflictData) throws SVNException
SVNException
public static SVNTreeConflictDescription readSingleTreeConflict(SVNSkel skel, File dirPath) throws SVNException
SVNException
public static String getTreeConflictData(Map conflicts) throws SVNException
SVNException
public static byte[] getTreeConflictRawData(Map conflicts) throws SVNException
SVNException
public static String getSingleTreeConflictData(SVNTreeConflictDescription conflict) throws SVNException
SVNException
public static byte[] getSingleTreeConflictRawData(SVNTreeConflictDescription conflict) throws SVNException
SVNException
public static SVNSkel getConflictSkel(SVNConflictVersion nullVersion, SVNTreeConflictDescription conflict) throws SVNException
SVNException
public static String getHumanReadableConflictDescription(SVNTreeConflictDescription treeConflict)
public static String getHumanReadableConflictVersion(SVNConflictVersion version)
Copyright © 2024. All rights reserved.