Uses of Class
org.tmatesoft.svn.core.wc.SVNTreeConflictDescription
Packages that use SVNTreeConflictDescription
Package
Description
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
-
Uses of SVNTreeConflictDescription in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return SVNTreeConflictDescriptionModifier and TypeMethodDescriptionprivate SVNTreeConflictDescriptionSVNUpdateEditor.checkTreeConflict(java.io.File path, SVNEntry entry, SVNAdminArea parentArea, SVNLog log, SVNConflictAction action, SVNNodeKind theirKind, SVNURL theirURL) protected SVNTreeConflictDescriptionSVNMergeDriver.makeTreeConflict(java.io.File victim, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason) static SVNTreeConflictDescriptionSVNTreeConflictUtil.readSingleTreeConflict(SVNSkel skel, java.io.File dirPath) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNTreeConflictDescriptionModifier and TypeMethodDescriptionprivate static java.lang.StringSVNTreeConflictUtil.getActionString(SVNTreeConflictDescription treeConflict) static SVNSkelSVNTreeConflictUtil.getConflictSkel(SVNConflictVersion nullVersion, SVNTreeConflictDescription conflict) static java.lang.StringSVNTreeConflictUtil.getHumanReadableConflictDescription(SVNTreeConflictDescription treeConflict) private static java.lang.StringSVNTreeConflictUtil.getReasonString(SVNTreeConflictDescription treeConflict) static java.lang.StringSVNTreeConflictUtil.getSingleTreeConflictData(SVNTreeConflictDescription conflict) static byte[]SVNTreeConflictUtil.getSingleTreeConflictRawData(SVNTreeConflictDescription conflict) private SVNPropertiesSVNUpdateEditor.getTreeConflictCreationAttributes(SVNAdminArea adminArea, SVNTreeConflictDescription treeConflict) -
Uses of SVNTreeConflictDescription in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin that return SVNTreeConflictDescriptionModifier and TypeMethodDescriptionabstract SVNTreeConflictDescriptionSVNAdminArea.deleteTreeConflict(java.lang.String name) SVNAdminArea14.deleteTreeConflict(java.lang.String name) SVNAdminArea16.deleteTreeConflict(java.lang.String victimName) SVNXMLAdminArea.deleteTreeConflict(java.lang.String name) abstract SVNTreeConflictDescriptionSVNAdminArea.getTreeConflict(java.lang.String name) SVNAdminArea14.getTreeConflict(java.lang.String name) SVNAdminArea16.getTreeConflict(java.lang.String victimName) SVNWCAccess.getTreeConflict(java.io.File path) SVNXMLAdminArea.getTreeConflict(java.lang.String name) Methods in org.tmatesoft.svn.core.internal.wc.admin that return types with arguments of type SVNTreeConflictDescriptionModifier and TypeMethodDescriptionabstract java.util.Map<java.io.File,SVNTreeConflictDescription> SVNEntry.getTreeConflicts()Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNTreeConflictDescriptionModifier and TypeMethodDescriptionabstract voidSVNAdminArea.addTreeConflict(SVNTreeConflictDescription conflict) voidSVNAdminArea14.addTreeConflict(SVNTreeConflictDescription conflict) voidSVNAdminArea16.addTreeConflict(SVNTreeConflictDescription conflict) voidSVNXMLAdminArea.addTreeConflict(SVNTreeConflictDescription conflict) -
Uses of SVNTreeConflictDescription in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNTreeConflictDescriptionMethods in org.tmatesoft.svn.core.internal.wc17 that return SVNTreeConflictDescriptionModifier and TypeMethodDescriptionprivate SVNTreeConflictDescriptionSVNUpdateEditor17.createTreeConflict(java.io.File localAbspath, SVNConflictReason reason, SVNConflictAction action, SVNNodeKind theirNodeKind, java.io.File theirRelpath) SVNWCContext.getTreeConflict(java.io.File victimAbspath) -
Uses of SVNTreeConflictDescription in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as SVNTreeConflictDescriptionModifier and TypeFieldDescriptionSVNWCDb.SetTreeConflict.treeConflictSVNWCDb.TcInfo.treeConflictDescriptionMethods in org.tmatesoft.svn.core.internal.wc17.db that return SVNTreeConflictDescriptionModifier and TypeMethodDescriptionISVNWCDb.opReadTreeConflict(java.io.File localAbspath) Get any tree conflict associated with localAbspath in DB.SVNWCDb.opReadTreeConflict(java.io.File localAbsPath) Methods in org.tmatesoft.svn.core.internal.wc17.db that return types with arguments of type SVNTreeConflictDescriptionModifier and TypeMethodDescriptionjava.util.Map<java.lang.String,SVNTreeConflictDescription> ISVNWCDb.opReadAllTreeConflicts(java.io.File localAbsPath) Return all the children of localAbsPath that are in tree conflicts.java.util.Map<java.lang.String,SVNTreeConflictDescription> SVNWCDb.opReadAllTreeConflicts(java.io.File localAbsPath) private java.util.Map<java.lang.String,SVNTreeConflictDescription> SVNWCDb.readAllTreeConflicts(SVNWCDbDir pdh, java.io.File localRelpath) private java.util.Map<java.lang.String,SVNTreeConflictDescription> SVNWCDb.readAllTreeConflicts17(SVNWCDbDir pdh, java.io.File localRelpath) Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNTreeConflictDescriptionModifier and TypeMethodDescriptionvoidISVNWCDb.opSetTreeConflict(java.io.File localAbspath, SVNTreeConflictDescription treeConflict) Set the tree conflict on LOCAL_ABSPATH in DB to TREE_CONFLICT.voidSVNWCDb.opSetTreeConflict(java.io.File localAbspath, SVNTreeConflictDescription treeConflict) static SVNSkelSvnWcDbConflicts.treeConflictDescriptionToSkel(ISVNWCDb db, java.io.File wriAbsPath, SVNTreeConflictDescription conflictDescription) -
Uses of SVNTreeConflictDescription in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng with type parameters of type SVNTreeConflictDescriptionModifier and TypeFieldDescriptionprivate java.util.Map<java.io.File,SVNTreeConflictDescription> SvnNgGetInfo.treeConflictsMethods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNTreeConflictDescriptionModifier and TypeMethodDescriptionprivate SVNTreeConflictDescriptionSvnNgMergeCallback.makeTreeConflict(java.io.File path, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason) Methods in org.tmatesoft.svn.core.internal.wc2.ng that return types with arguments of type SVNTreeConflictDescriptionModifier and TypeMethodDescriptionprivate java.util.Map<java.io.File,SVNTreeConflictDescription> SvnNgGetInfo.getTreeConflicts() -
Uses of SVNTreeConflictDescription in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNTreeConflictDescriptionModifier and TypeFieldDescriptionprivate SVNTreeConflictDescriptionSVNInfo.myTreeConflictprivate SVNTreeConflictDescriptionSVNStatus.myTreeConflictMethods in org.tmatesoft.svn.core.wc that return SVNTreeConflictDescriptionModifier and TypeMethodDescriptionSVNInfo.getTreeConflict()Returns a tree conflict description on the item represented by this object.SVNStatus.getTreeConflict()Returns a tree conflict description.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNTreeConflictDescriptionModifier and TypeMethodDescriptionstatic SVNInfoSVNInfo.createInfo(java.io.File file, SVNTreeConflictDescription tc) voidSVNStatus.setTreeConflict(SVNTreeConflictDescription treeConflict) Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNTreeConflictDescriptionModifierConstructorDescriptionSVNInfo(java.io.File file, SVNURL url, SVNURL rootURL, long revision, SVNNodeKind kind, java.lang.String uuid, long committedRevision, java.lang.String committedDate, java.lang.String author, java.lang.String schedule, SVNURL copyFromURL, long copyFromRevision, java.lang.String textTime, java.lang.String propTime, java.lang.String checksum, java.lang.String conflictOld, java.lang.String conflictNew, java.lang.String conflictWorking, java.lang.String propRejectFile, SVNLock lock, SVNDepth depth, java.lang.String changelistName, long wcSize, SVNTreeConflictDescription treeConflict) SVNStatus(SVNURL url, java.io.File file, SVNNodeKind kind, SVNRevision revision, SVNRevision committedRevision, java.util.Date committedDate, java.lang.String author, SVNStatusType contentsStatus, SVNStatusType propertiesStatus, SVNStatusType remoteContentsStatus, SVNStatusType remotePropertiesStatus, boolean isLocked, boolean isCopied, boolean isSwitched, boolean isFileExternal, java.io.File conflictNewFile, java.io.File conflictOldFile, java.io.File conflictWrkFile, java.io.File projRejectFile, java.lang.String copyFromURL, SVNRevision copyFromRevision, SVNLock remoteLock, SVNLock localLock, java.util.Map entryProperties, java.lang.String changelistName, int wcFormatVersion, SVNTreeConflictDescription treeConflict) Constructs an SVNStatus object filling it with status information details.